Minimal doc editor footer bar

This commit is contained in:
Veronica K. B. Olsen
2020-06-14 22:01:58 +02:00
parent 094da13c49
commit 8d71a2385b
3 changed files with 123 additions and 9 deletions
+2
View File
@@ -304,6 +304,7 @@ class GuiMain(QMainWindow):
self.saveProject()
self.hasProject = True
self.statusBar.setRefTime(self.theProject.projOpened)
self.docEditor.docFooter.updateStatus()
else:
return False
@@ -423,6 +424,7 @@ class GuiMain(QMainWindow):
self.rebuildTree()
self.docEditor.setDictionaries()
self.docEditor.setSpellCheck(self.theProject.spellCheck)
self.docEditor.docFooter.updateStatus()
self.mainMenu.setAutoOutline(self.theProject.autoOutline)
self.statusBar.setRefTime(self.theProject.projOpened)