src/eric7/MicroPython/MicroPythonWindow.py

branch
eric7
changeset 11006
a671918232f3
parent 10960
8b23bcae1f81
child 11090
f5f5f5803935
--- a/src/eric7/MicroPython/MicroPythonWindow.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/MicroPython/MicroPythonWindow.py	Fri Oct 25 17:58:59 2024 +0200
@@ -246,9 +246,9 @@
         )
 
         dlg = ConfigurationDialog(
-            None,
-            "Configuration",
-            True,
+            parent=self,
+            name="Configuration",
+            modal=True,
             fromEric=True,
             displayMode=ConfigurationMode.MICROPYTHONMODE,
         )

eric ide

mercurial