-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
When the program is minimized, the viewport stops working. #3972
Labels
bug
Something is broken
native-windows
Running on native Windows OS
viewports
multiple viewports, viewports API
Comments
emilk
added
native-windows
Running on native Windows OS
viewports
multiple viewports, viewports API
labels
Feb 5, 2024
This was referenced Feb 15, 2024
rustbasic
changed the title
Immediate Viewport not hidden when program is minimized
When the program is minimized, the viewport stops working.
Feb 19, 2024
This was referenced May 12, 2024
486c
pushed a commit
to 486c/egui
that referenced
this issue
Oct 9, 2024
Fix: The viewport stops working when the program is minimized. Fix: Logically, the weird parts have been normalized. **Issue :** The viewport stops working when the program is minimized. * Related emilk#3321 * Related emilk#3877 * Related emilk#3985 * Closes emilk#3972 * Closes emilk#4772 * Related emilk#4832 * Closes emilk#4892 **Solution :** When `request_redraw()` is performed in Minimized state, the occasional screen tearing phenomenon has disappeared. ( Probably expected to be the effect of emilk#4814 ) To address the issue of the `Immediate Viewport` not updating in Minimized state, we can call `request_redraw()`.
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
Fix: The viewport stops working when the program is minimized. Fix: Logically, the weird parts have been normalized. **Issue :** The viewport stops working when the program is minimized. * Related emilk#3321 * Related emilk#3877 * Related emilk#3985 * Closes emilk#3972 * Closes emilk#4772 * Related emilk#4832 * Closes emilk#4892 **Solution :** When `request_redraw()` is performed in Minimized state, the occasional screen tearing phenomenon has disappeared. ( Probably expected to be the effect of emilk#4814 ) To address the issue of the `Immediate Viewport` not updating in Minimized state, we can call `request_redraw()`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something is broken
native-windows
Running on native Windows OS
viewports
multiple viewports, viewports API
When a new Immediate Viewport is opened and the program is minimized,
the new Immediate Viewport remains displayed on the screen but becomes unresponsive.
When the program is restored from the minimized state, the Immediate Viewport starts functioning again.
This issue occurs after a recent update.
In previous versions, the new Immediate Viewport was not displayed on the screen when the program was minimized.
OS: Window 10
egui version: master branches
The text was updated successfully, but these errors were encountered: