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
+1 -1
View File
@@ -251,7 +251,7 @@ class GuiDocViewer(QTextBrowser):
return
def updateDocTitle(self, tHandle):
def updateDocInfo(self, tHandle):
"""Called when an item label is changed to check if the document
title bar needs updating,
"""