eric6/QScintilla/EditorAssembly.py

changeset 8132
311afc776982
parent 8131
f2129bb79269
child 8218
7c09585bd960
--- a/eric6/QScintilla/EditorAssembly.py	Tue Feb 23 17:38:12 2021 +0100
+++ b/eric6/QScintilla/EditorAssembly.py	Wed Feb 24 16:46:38 2021 +0100
@@ -53,7 +53,7 @@
         
         self.__showOutline = Preferences.getEditor("ShowSourceOutline")
         
-        self.__editor = Editor(dbs, fn, vm, filetype, editor, tv, parent=self)
+        self.__editor = Editor(dbs, fn, vm, filetype, editor, tv)
         self.__buttonsWidget = EditorButtonsWidget(self.__editor, self)
         self.__globalsCombo = QComboBox()
         self.__globalsCombo.setDuplicatesEnabled(True)

eric ide

mercurial