Fix a few remaining issues with icon refresh

This commit is contained in:
Veronica Berglyd Olsen
2025-01-08 01:16:31 +01:00
parent 553958b952
commit f4bdf3be71
2 changed files with 24 additions and 34 deletions
+1
View File
@@ -1064,6 +1064,7 @@ class GuiMain(QMainWindow):
self.outlineView.updateTheme()
self.itemDetails.updateTheme()
self.mainStatus.updateTheme()
SHARED.project.tree.refreshAllItems()
if syntax:
SHARED.theme.loadSyntax()