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

Workaround issue with winit on windows not resuming the event loop. #2214

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

dtzxporter
Copy link
Contributor

With this fix specific to windows, we can at least process events that are scheduled when the user is resizing the window on win32 platform targets. This workaround can be removed if winit fixes the issue.

Works around: rust-windowing/winit#3272

@hecrj hecrj force-pushed the workaround-winit-win32-issues branch from 595a5db to 66823e9 Compare February 7, 2024 18:33
Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I changed the approach to better centralize the workaround. Hopefully that still works!

@hecrj hecrj added this to the 0.12 milestone Feb 7, 2024
@hecrj hecrj added bug Something isn't working shell fix labels Feb 7, 2024
@hecrj hecrj enabled auto-merge February 7, 2024 18:37
@hecrj hecrj merged commit 80a29a2 into iced-rs:master Feb 7, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix shell
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants