Skip to content
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

eframe: make sure we save app state on Cmd-Q #2013

Merged
merged 2 commits into from Sep 6, 2022
Merged

eframe: make sure we save app state on Cmd-Q #2013

merged 2 commits into from Sep 6, 2022

Conversation

emilk
Copy link
Owner

@emilk emilk commented Sep 6, 2022

Cmd-Q emits a winit::event::Event::LoopDestroyed and then the app closes, without run_return returning (despite its name). Reported by @vincev in #1889 (comment)

Cmd-Q emits a `winit::event::Event::LoopDestroyed` and then
the app closes, without `run_return` returning (despite its name).
@emilk emilk merged commit 5500895 into master Sep 6, 2022
@emilk emilk deleted the save-on-cmd-q branch September 6, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant