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
Issue: Backgroundf image flickers when loading new image
Description
When loading a new background image in loadAndSetBackground, the currently active background is removed before the new image has been set. This causes a short but noticeable flicker (background disappears briefly, then reappears with the new image).
On my MacBook, the flicker is barely noticeable. However, users with slower CPUs, GPUs, or limited RAM experience a more visible blink that can last up to half a second or longer.
Problem
Even before setBackgroundImage() is called with the new image data, the previously set background seems to be destroyed. Adding a debug stop confirmed that the old background is gone while the new one is still loading.
Issue: Backgroundf image flickers when loading new image
Description
When loading a new background image in
loadAndSetBackground, the currently active background is removed before the new image has been set. This causes a short but noticeable flicker (background disappears briefly, then reappears with the new image).On my MacBook, the flicker is barely noticeable. However, users with slower CPUs, GPUs, or limited RAM experience a more visible blink that can last up to half a second or longer.
Code Snippet
Problem
Even before
setBackgroundImage()is called with the new image data, the previously set background seems to be destroyed. Adding a debug stop confirmed that the old background is gone while the new one is still loading.Enregistrement.de.l.ecran.2025-09-17.a.22.44.38.mov
Expected Behavior