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
This was introduced by #4800. We need to disconnect the initial draw
callback in _start() before doing _init_draw(), otherwise, we end up
back in _start() when the draw_event fires.
Also go ahead and remove the call to _init_draw() in __init__(), since
_start() will handle it.
0 commit comments