-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix floating window disappears when another app gains focus #113
base: main
Are you sure you want to change the base?
Conversation
b8face0
to
d9c0665
Compare
clang-tidy review says "All clean, LGTM! 👍" |
I've just rebased the commit and fix conflicts in https://github.com/dacap/laf/tree/fix-float-window (changed minor things): a1498f0 Anyway testing the floating_windows example (the same happens on aseprite) I noticed a little flickering and sometimes the floating windows goes back to the main window: Screen.Recording.2024-12-04.at.8.51.04.AM.mov |
This solution sends floating window to the background of the main window on app deactivation to avoid the flickering.
d9c0665
to
97a64e7
Compare
Hi there! One or more of the commit messages in this PR do not match our code submission policy, please check the |
clang-tidy review says "All clean, LGTM! 👍" |
The floating window is going to the back always: Screen.Recording.2024-12-09.at.12.45.52.PM.mov |
This is the solution for issue aseprite/aseprite#4265