--- 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"""