eric7/UI/UserInterface.py

branch
eric7
changeset 9087
21148b6f9d90
parent 9081
2bbbc95972bf
child 9116
698660ef7350
--- a/eric7/UI/UserInterface.py	Fri May 20 11:30:09 2022 +0200
+++ b/eric7/UI/UserInterface.py	Fri May 20 11:55:12 2022 +0200
@@ -4433,7 +4433,7 @@
         @rtype bool
         """
         yes = EricMessageBox.yesNo(
-            self,
+            None,
             self.tr("Upgrade PyQt"),
             self.tr("""eric needs to be closed in order to upgrade PyQt. It"""
                     """ will be restarted once the upgrade process has"""
@@ -4456,7 +4456,7 @@
         @rtype bool
         """
         yes = EricMessageBox.yesNo(
-            self,
+            None,
             self.tr("Upgrade Eric"),
             self.tr("""eric needs to be closed in order to be upgraded. It"""
                     """ will be restarted once the upgrade process has"""
@@ -4480,7 +4480,7 @@
         @rtype bool
         """
         yes = EricMessageBox.yesNo(
-            self,
+            None,
             self.tr("Upgrade Eric"),
             self.tr("""eric needs to be closed in order to upgrade eric and"""
                     """ PyQt. It will be restarted once the upgrade process"""

eric ide

mercurial