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
On Chrome Version 125.0.6422.60 (Official Build) (64-bit) on Windows 11, the tool options (brushes etc.) and color palette canvases are disappearing. This seems to happen when the window is minimized.
Weirdly, the image data is still there, and can be shown again with:
This is in contrast to the browser clearing the canvas and image data entirely as in #24 although it may be related. I suspect both as being buggy performance optimizations in Chrome. In that case I can detect it by the image data being zeroed out, but not in this bug.
Also note how the main canvas is left in tact here:
Switching themes fixes it, as it causes things to re-render.
The text was updated successfully, but these errors were encountered:
On Chrome Version 125.0.6422.60 (Official Build) (64-bit) on Windows 11, the tool options (brushes etc.) and color palette canvases are disappearing. This seems to happen when the window is minimized.
Weirdly, the image data is still there, and can be shown again with:
This is in contrast to the browser clearing the canvas and image data entirely as in #24 although it may be related. I suspect both as being buggy performance optimizations in Chrome. In that case I can detect it by the image data being zeroed out, but not in this bug.
Also note how the main canvas is left in tact here:
Switching themes fixes it, as it causes things to re-render.
The text was updated successfully, but these errors were encountered: