8000 workaround spyder3-3.3.3 and PyQt5-5.12.1 icon theme ssue · enformatik/winpython@ead9bf2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ead9bf2

Browse files
committed
workaround spyder3-3.3.3 and PyQt5-5.12.1 icon theme ssue
1 parent f2315d2 commit ead9bf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

winpython/wppm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,11 @@ def patch_standard_packages(self, package_name='', to_movable=True):
483483
r"\Lib\site-packages\spyder\config\main.py"),
484484
"'check_updates_on_startup': True,",
485485
"'check_updates_on_startup': False,")
486+
utils.patch_sourcefile(
487+
self.target + (
488+
r"\Lib\site-packages\spyder\config\main.py"),
489+
"'icon_theme': 'spyder 3'",
490+
4752 "'icon_theme': 'spyder 2'")
486491

487492
# workaround bad installers
488493
if package_name.lower() == "numba":

0 commit comments

Comments
 (0)
0