8000 Merge pull request #719 from stonebig/master · enformatik/winpython@0ae1607 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ae1607

Browse files
authored
Merge pull request winpython#719 from stonebig/master
workaround spyder3-3.3.3 and PyQt5-5.12.1 icon theme ssue
2 parents 4276c73 + ead9bf2 commit 0ae1607

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+
"'icon_theme': 'spyder 2'")
486491

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

0 commit comments

Comments
 (0)
0