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

Web: prevent crash when using InnerSizeWriter::request_inner_size() #3727

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

daxpedda
Copy link
Member

Fixes #3704.

@daxpedda daxpedda added this to the Version 0.30.2 milestone Jun 11, 2024
Copy link
Member

@madsmtm madsmtm left a comment

Choose a reason for hiding this comment

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

Moving an outer RefCell further in is a big 👍 from me

@daxpedda daxpedda merged commit 3b4e064 into rust-windowing:master Jun 11, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Panics if requesting a new size from the inner_size_writer inside the WindowEvent::ScaleFactorChanged
2 participants