Remove deleteLater calls that can be replaced by setParent(None)
This commit is contained in:
@@ -1064,7 +1064,7 @@ class GuiMain(QMainWindow):
|
||||
|
||||
if syntax:
|
||||
SHARED.theme.loadSyntax()
|
||||
self.docEditor.updateSyntaxColours()
|
||||
self.docEditor.updateSyntaxColors()
|
||||
|
||||
self.docEditor.initEditor()
|
||||
self.docViewer.initViewer()
|
||||
|
||||
Reference in New Issue
Block a user