Update count and infor separately, and make sure info is updated on item edit

This commit is contained in:
Veronica K. B. Olsen
2020-06-27 19:49:06 +02:00
parent 243d9dd85a
commit c0074ca269
3 changed files with 22 additions and 13 deletions
+2 -2
View File
@@ -676,8 +676,8 @@ class GuiMain(QMainWindow):
if dlgProj.exec_():
self.treeView.setTreeItemValues(tHandle)
self.treeMeta.updateViewBox(tHandle)
self.docEditor.updateDocTitle(tHandle)
self.docViewer.updateDocTitle(tHandle)
self.docEditor.updateDocInfo(tHandle)
self.docViewer.updateDocInfo(tHandle)
return