Remove doc word count from main statusbar, and added support for session word count for documents
This commit is contained in:
@@ -134,6 +134,7 @@ class NWTree():
|
||||
nwItem = NWItem(self.theProject)
|
||||
if nwItem.unpackXML(xItem):
|
||||
self.append(nwItem.itemHandle, nwItem.parHandle, nwItem)
|
||||
nwItem.saveInitialCount()
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user