Added project word count

This commit is contained in:
Veronica K. B. Olsen
2019-05-25 23:16:27 +02:00
parent 14e44a72bd
commit 9fc59262a9
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -380,6 +380,7 @@ class GuiDocEditor(QTextEdit):
self.paraCount = self.wCounter.paraCount
self.theParent.statusBar.setCounts(self.charCount,self.wordCount,self.paraCount)
self.theParent.treeView.propagateCount(tHandle, self.wordCount)
self.theParent.treeView.projectWordCount()
return