Remove deleteLater calls that can be replaced by setParent(None)

This commit is contained in:
Veronica Berglyd Olsen
2025-01-22 00:35:53 +01:00
parent 5b840ada83
commit 49e3403d69
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1064,7 +1064,7 @@ class GuiMain(QMainWindow):
if syntax:
SHARED.theme.loadSyntax()
self.docEditor.updateSyntaxColours()
self.docEditor.updateSyntaxColors()
self.docEditor.initEditor()
self.docViewer.initViewer()