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: only try to update blit caches if the canvas we expect
Because we may switch the canvas to a different type (that may not
support blitting) when saving, check it `_clear` that the current canvas
is the canvas we expect when we update the blitting caches on the
draw_event callback.
Closes#25075
0 commit comments