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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
dc268be: Fix the refine overlay failing to appear after the machine resumes from sleep or hibernation. The overlay window is now built on demand and torn down once idle or on a power event, rather than created at startup and reused for the lifetime of the app — a long-lived transparent window can come back from suspend without a working surface and never paint again. It is also rebuilt if its renderer crashes, and its initial state is seeded into the window URL so the first painted frame is correct.