Sun, 19 Dec 2021 17:58:08 +0100
Fixed an issue during startup.
eric7/EricWidgets/EricApplication.py | file | annotate | diff | comparison | revisions |
--- a/eric7/EricWidgets/EricApplication.py Sat Dec 18 18:34:07 2021 +0100 +++ b/eric7/EricWidgets/EricApplication.py Sun Dec 19 17:58:08 2021 +0100 @@ -202,7 +202,7 @@ .format(filename, str(msg))) return else: - filename = "" + styleSheet = "" if "QPalette {" in styleSheet: self.__setPaletteFromStyleSheet(styleSheet)