You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Add a 0-length timer to allow fast animations to redraw on macosx
The macosx backend would not update on flush_events calls due to the
loop being run too fast for the view to update properly in the NSApp.
Fix that by adding an unnoticeable RunLoop timer slowdown that
allows the app to see the changes.
0 commit comments