src/eric7/MicroPython/Devices/PyBoardDevices.py

branch
eric7
changeset 11006
a671918232f3
parent 10933
95a15b70f7bb
child 11034
7b8a21fd2d58
diff -r b918c6c2736b -r a671918232f3 src/eric7/MicroPython/Devices/PyBoardDevices.py
--- a/src/eric7/MicroPython/Devices/PyBoardDevices.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/MicroPython/Devices/PyBoardDevices.py	Fri Oct 25 17:58:59 2024 +0200
@@ -391,6 +391,7 @@
                     self.tr("List DFU capable Devices"),
                     monospacedFont=Preferences.getEditorOtherFonts("MonospacedFont"),
                     encoding=Preferences.getSystem("IOEncoding"),
+                    parent=self.microPython,
                 )
                 res = dlg.startProcess(program, args)
                 if res:
@@ -434,6 +435,7 @@
                             "MonospacedFont"
                         ),
                         encoding=Preferences.getSystem("IOEncoding"),
+                        parent=self.microPython,
                     )
                     res = dlg.startProcess(program, args)
                     if res:

eric ide

mercurial