Fixed an issue in EricApplication. eric7

Fri, 07 Jan 2022 20:25:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 07 Jan 2022 20:25:38 +0100
branch
eric7
changeset 8908
48f55b2e7fe5
parent 8907
3700e4d27e17
child 8909
1fd7ed5f83a6

Fixed an issue in EricApplication.

eric7/EricWidgets/EricApplication.py file | annotate | diff | comparison | revisions
--- a/eric7/EricWidgets/EricApplication.py	Fri Jan 07 11:55:15 2022 +0100
+++ b/eric7/EricWidgets/EricApplication.py	Fri Jan 07 20:25:38 2022 +0100
@@ -220,7 +220,7 @@
                     styleSheet = f.read()
             except OSError as msg:
                 EricMessageBox.warning(
-                    self,
+                    None,
                     QCoreApplication.translate(
                         "EricApplication", "Loading Style Sheet"),
                     QCoreApplication.translate(

eric ide

mercurial