diff --git a/appJar/appjar.py b/appJar/appjar.py index cef91fc..a84ede4 100644 --- a/appJar/appjar.py +++ b/appJar/appjar.py @@ -5685,6 +5685,8 @@ def destroyAllSubWindows(self): gui.trace("Destroying SubWindow: %s", k) wi = self.widgetManager.get(WIDGET_NAMES.SubWindow, k) self.cleanseWidgets(wi) + + # access has widgets stored in the standard widget store self.accessMade = False #####################################