Skip to content
Snippets Groups Projects
Commit 6a70f4bc authored by astaric's avatar astaric
Browse files

Canvas: Revert hack that causes missing icons on OSX

Reverts commits 932ece and 59faf. The side effect of this hack was that
Orange3.app did not display any icons.
parent a614c76c
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,6 @@ def init():
QCoreApplication.setApplicationVersion(version)
QSettings.setDefaultFormat(QSettings.IniFormat)
# Hack to make sure the correct plugin search path is added. (Github issue #1143)
QCoreApplication.setLibraryPaths(QCoreApplication.libraryPaths() +
[os.path.join(path, "PyQt4", "plugins")
for path in sys.path
if path.endswith('site-packages')])
# Make it a null op.
global init
init = lambda: None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment