src/eric7/MicroPython/MicroPythonFileManagerWidget.py

branch
eric7
changeset 11006
a671918232f3
parent 11005
b918c6c2736b
child 11090
f5f5f5803935
diff -r b918c6c2736b -r a671918232f3 src/eric7/MicroPython/MicroPythonFileManagerWidget.py
--- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.py	Fri Oct 25 17:58:59 2024 +0200
@@ -737,7 +737,7 @@
                             "The given file exists already (Enter file name only)."
                         ),
                         False,
-                        self,
+                        parent=self,
                     )
                     if action == "cancel":
                         return
@@ -814,7 +814,7 @@
                         self.tr("Copy File from Device"),
                         self.tr("The given file exists already."),
                         True,
-                        self,
+                        parent=self,
                     )
                     if action == "cancel":
                         return
@@ -1054,7 +1054,7 @@
                     self.tr("Save File As"),
                     self.tr("The given file exists already (Enter file name only)."),
                     False,
-                    self,
+                    parent=self,
                 )
                 if action == "cancel":
                     return

eric ide

mercurial