Session word count now works
This commit is contained in:
+3
-1
@@ -293,7 +293,9 @@ class GuiDocTree(QTreeWidget):
|
||||
if tItem == self.orphRoot:
|
||||
continue
|
||||
nWords += int(tItem.text(self.C_COUNT))
|
||||
self.theParent.statusBar.setStats(nWords,0)
|
||||
self.theProject.setProjectWordCount(nWords)
|
||||
sWords = self.theProject.getSessionWordCount()
|
||||
self.theParent.statusBar.setStats(nWords,sWords)
|
||||
return
|
||||
|
||||
def buildTree(self):
|
||||
|
||||
Reference in New Issue
Block a user