Added word count to the document footer

This commit is contained in:
Veronica K. B. Olsen
2020-06-27 19:29:41 +02:00
parent ed1f30662c
commit 7d30a2c044
2 changed files with 73 additions and 42 deletions
-2
View File
@@ -293,7 +293,6 @@ class GuiMain(QMainWindow):
self.saveProject()
self.hasProject = True
self.statusBar.setRefTime(self.theProject.projOpened)
self.docEditor.docFooter.updateStatus()
else:
return False
@@ -413,7 +412,6 @@ 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)