We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46ee63 commit 945737aCopy full SHA for 945737a
src/gui.jl
@@ -140,7 +140,7 @@ function qt_eventloop(QtCore::PyObject, sec::Real=50e-3)
140
instance = QtCore["QCoreApplication"]["instance"]
141
AllEvents = QtCore["QEventLoop"]["AllEvents"]
142
processEvents = QtCore["QCoreApplication"]["processEvents"]
143
- pop!(ENV, "QT_PLUGIN_PATH") # clean up environment
+ pop!(ENV, "QT_PLUGIN_PATH", "") # clean up environment
144
maxtime = PyObject(50)
145
install_doevent(sec) do async
146
app = pycall(instance, PyObject)
0 commit comments