--- a/src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py Fri Oct 25 09:47:48 2024 +0200 +++ b/src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py Fri Oct 25 17:58:59 2024 +0200 @@ -271,6 +271,7 @@ title=self.tr("Remove Bundles"), message=self.tr("Select the bundles to be removed:"), checkBoxSelection=True, + parent=self.__device.microPython, ) modified = False if dlg.exec() == QDialog.DialogCode.Accepted: @@ -633,6 +634,7 @@ title=self.tr("Uninstall Modules"), message=self.tr("Select the modules/packages to be uninstalled:"), checkBoxSelection=True, + parent=self.__device.microPython, ) if dlg.exec() == QDialog.DialogCode.Accepted: names = dlg.getSelection()