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