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 lack of delay in initial firing of timer on osx (Fixes#11985)
One of the arugments when creating a timer on OSX is the time of first
fire. We were passing 0, which puts the time in the past, which means it
fires as soon as possible. Change to calculate what that time should be.
0 commit comments