There was an error while loading. Please reload this page.
1 parent 4ad469a commit faf6094Copy full SHA for faf6094
1 file changed
src/init.jl
@@ -178,6 +178,9 @@ function __init__()
178
end
179
180
init_colormaps()
181
+
182
+ # Ensure that the event loop is stopped when the Julia process exits
183
+ atexit(pygui_stop_all)
184
185
186
function pygui(b::Bool)
0 commit comments