--- a/src/eric7/UI/UserInterface.py Sat Mar 01 16:09:50 2025 +0100 +++ b/src/eric7/UI/UserInterface.py Sun Mar 30 15:10:50 2025 +0200 @@ -4860,7 +4860,7 @@ """ from eric7.QScintilla.MiniEditor import MiniEditor - editor = MiniEditor(parent=self) + editor = MiniEditor() editor.show() def addEricActions(self, actions, actionType):