src/eric7/MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py

branch
eric7
changeset 11006
a671918232f3
parent 11005
b918c6c2736b
child 11011
f1f1c8d0255d
--- 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()

eric ide

mercurial