Clean up background colours in editor and sidebar

This commit is contained in:
Veronica Berglyd Olsen
2025-01-22 21:52:26 +01:00
parent 5dee5ecefe
commit eb34a32760
3 changed files with 10 additions and 28 deletions
-2
View File
@@ -1046,8 +1046,6 @@ class GuiMain(QMainWindow):
SHARED.project.tree.refreshAllItems()
if theme:
# We are doing this manually instead of connecting to
# paletteChanged since the processing order matters
SHARED.theme.loadTheme()
self.setPalette(QApplication.palette())
self.docEditor.updateTheme()