Make project instance private to main GUI class
This commit is contained in:
@@ -49,8 +49,7 @@ class GuiPreferences(NPagedDialog):
|
||||
logger.debug("Create: GuiPreferences")
|
||||
self.setObjectName("GuiPreferences")
|
||||
|
||||
self.mainGui = mainGui
|
||||
self.theProject = mainGui.theProject
|
||||
self.mainGui = mainGui
|
||||
|
||||
self.setWindowTitle(self.tr("Preferences"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user