Add theme update handling to manuscript build tool
This commit is contained in:
@@ -910,6 +910,9 @@ class GuiMain(QMainWindow):
|
||||
self.mainStatus.updateTheme()
|
||||
SHARED.project.tree.refreshAllItems()
|
||||
|
||||
if dialog := SHARED.findTopLevelWidget(GuiManuscript):
|
||||
dialog.updateTheme()
|
||||
|
||||
if syntax:
|
||||
self.docEditor.updateSyntaxColors()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user