Skip to content

Commit ae0232c

Browse files
make yield non platform-specific
1 parent 0b72543 commit ae0232c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function handle_auto_idle(w::GtkWidget)
3939
isempty(shown_widgets) && enable_eventloop(false)
4040
end
4141
end
42-
@static Sys.iswindows() && yield() # issue #610
42+
yield() # issue #610
4343
end
4444
end
4545
function show(w::GtkWidget)

0 commit comments

Comments
 (0)