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: