diff -r b918c6c2736b -r a671918232f3 src/eric7/MicroPython/Devices/STLinkDevices.py --- 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: