src/eric7/UI/UserInterface.py

branch
eric7
changeset 11181
52e30cc024aa
parent 11149
fc45672fae42
child 11194
1bfb44d3bedc
child 11206
9271719f43a7
diff -r b00fee34ea40 -r 52e30cc024aa src/eric7/UI/UserInterface.py
--- a/src/eric7/UI/UserInterface.py	Fri Mar 21 16:27:43 2025 +0100
+++ b/src/eric7/UI/UserInterface.py	Fri Mar 21 16:29:08 2025 +0100
@@ -4860,7 +4860,7 @@
         """
         from eric7.QScintilla.MiniEditor import MiniEditor
 
-        editor = MiniEditor(parent=self)
+        editor = MiniEditor()
         editor.show()
 
     def addEricActions(self, actions, actionType):

eric ide

mercurial