src/eric7/MicroPython/Devices/STLinkDevices.py

branch
eric7
changeset 11006
a671918232f3
parent 10933
95a15b70f7bb
child 11034
7b8a21fd2d58
--- a/src/eric7/MicroPython/Devices/STLinkDevices.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/MicroPython/Devices/STLinkDevices.py	Fri Oct 25 17:58:59 2024 +0200
@@ -383,6 +383,7 @@
                             "MonospacedFont"
                         ),
                         encoding=Preferences.getSystem("IOEncoding"),
+                        parent=self.microPython,
                     )
                     res = dlg.startProcess(program, args)
                     if res:
@@ -403,6 +404,7 @@
                 self.tr("STLink Device Information"),
                 monospacedFont=Preferences.getEditorOtherFonts("MonospacedFont"),
                 encoding=Preferences.getSystem("IOEncoding"),
+                parent=self.microPython,
             )
             res = dlg.startProcess(program, ["--probe"])
             if res:

eric ide

mercurial