Added word count to the document footer
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user