Clean up tree item updates

This commit is contained in:
Veronica Berglyd Olsen
2023-11-15 21:14:40 +01:00
parent e82d5277c0
commit 565350fcfb
4 changed files with 11 additions and 7 deletions
-3
View File
@@ -500,10 +500,7 @@ class GuiDocEditor(QPlainTextEdit):
else:
self.novelStructureChanged.emit()
# ToDo: This should be a signal
if oldHeader != newHeader:
self.mainGui.projView.setTreeItemValues(tHandle)
self.mainGui.itemDetails.updateViewBox(tHandle)
self.docFooter.updateInfo()
# Update the status bar