Fix issue with icons not updating when index is rebuilt (#849)

This commit is contained in:
Veronica Berglyd Olsen
2021-08-15 21:40:45 +02:00
committed by GitHub
parent 1bf584f9bf
commit 669f013c96
+1
View File
@@ -900,6 +900,7 @@ class GuiMain(QMainWindow):
tItem.setWordCount(wC)
tItem.setParaCount(pC)
self.treeView.propagateCount(tItem.itemHandle, wC)
self.treeView.setTreeItemValues(tItem.itemHandle)
self.treeView.projectWordCount()
tEnd = time()