Rename statusBar to mainStatus in main GUI due to conflict with Qt method (#1190)
This commit is contained in:
@@ -1185,7 +1185,7 @@ class NWProject:
|
||||
information to the GUI statusbar.
|
||||
"""
|
||||
self.projChanged = bValue
|
||||
self.mainGui.statusBar.doUpdateProjectStatus(bValue)
|
||||
self.mainGui.mainStatus.doUpdateProjectStatus(bValue)
|
||||
if bValue:
|
||||
# If we've changed the project at all, this should be True
|
||||
self.projAltered = True
|
||||
|
||||
Reference in New Issue
Block a user