Skip to content

egui-winit: Don't treat WindowEvent::CloseRequested as consumed#3627

Merged
emilk merged 1 commit intoemilk:masterfrom
Aaron1011:no-consume-close-requested
Nov 26, 2023
Merged

egui-winit: Don't treat WindowEvent::CloseRequested as consumed#3627
emilk merged 1 commit intoemilk:masterfrom
Aaron1011:no-consume-close-requested

Conversation

@Aaron1011
Copy link
Copy Markdown
Contributor

This appears to have been 'consumed' by the viewport changes at one point (by updating viewport_info), but this is no longer the case. We should avoid marking this as 'consumed', so that applications know to continue processing this event after passing it to egui.

This appears to have been 'consumed' by the viewport changes at one
point (by updating `viewport_info`), but this is no longer the case.
We should avoid marking this as 'consumed', so that applications
know to continue processing this event after passing it to egui.
@emilk emilk added bug Something is broken egui-winit porblems related to winit labels Nov 26, 2023
@emilk emilk merged commit fbccd3a into emilk:master Nov 26, 2023
@emilk emilk changed the title Don't treat 'WindowEvent::CloseRequested' as consumed in egui-winit egui-winit: Don't treat WindowEvent::CloseRequested as consumed Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is broken egui-winit porblems related to winit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants