We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1499f commit 6dbb31dCopy full SHA for 6dbb31d
1 file changed
src/Compat/gui.jl
@@ -134,7 +134,7 @@ function init_gui()
134
pycopy!(new_event_loop_callback, g["new_event_loop_callback"])
135
136
# add a hook to automatically call fix_qt_plugin_path()
137
- if getpref_fix_qt_plugin_path()
+ if Utils.getpref_fix_qt_plugin_path()
138
fixqthook = Py(fix_qt_plugin_path)
139
pymodulehooks.add_hook("PyQt4", fixqthook)
140
pymodulehooks.add_hook("PyQt5", fixqthook)
0 commit comments