Skip to content

Commit 2a20863

Browse files
committed
no more needed workaround for spyder3-3.3.3 and PyQt5-5.12.1 icon issue
1 parent b9025d3 commit 2a20863

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

winpython/wppm.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,6 @@ 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'")
491486

492487
# workaround bad installers
493488
if package_name.lower() == "numba":

0 commit comments

Comments
 (0)