Fix issue with icons not updating when index is rebuilt (#849)
This commit is contained in:
committed by
GitHub
parent
1bf584f9bf
commit
669f013c96
@@ -900,6 +900,7 @@ class GuiMain(QMainWindow):
|
|||||||
tItem.setWordCount(wC)
|
tItem.setWordCount(wC)
|
||||||
tItem.setParaCount(pC)
|
tItem.setParaCount(pC)
|
||||||
self.treeView.propagateCount(tItem.itemHandle, wC)
|
self.treeView.propagateCount(tItem.itemHandle, wC)
|
||||||
|
self.treeView.setTreeItemValues(tItem.itemHandle)
|
||||||
self.treeView.projectWordCount()
|
self.treeView.projectWordCount()
|
||||||
|
|
||||||
tEnd = time()
|
tEnd = time()
|
||||||
|
|||||||
Reference in New Issue
Block a user