Some minor code cleanup and redundant code removed

This commit is contained in:
Veronica K. B. Olsen
2021-01-09 20:21:32 +01:00
parent a6cbdfc559
commit e2d5534959
2 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ class GuiMain(QMainWindow):
return False
self.treeView.saveTreeOrder()
self.theProject.saveProject(autoSave)
self.theProject.saveProject(autoSave=autoSave)
self.theIndex.saveIndex()
return True