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

Update winit to 0.28.7 to fix UI glitch on macOS Sonoma #3763

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

abey79
Copy link
Member

@abey79 abey79 commented Oct 10, 2023

What

winit had a macOS Sonoma issue related to windows size that would yield this sort of UI on launch:

image

It has been addressed in the latest release (see rust-windowing/winit#2876), which this PR updates to.

Fixes #3761

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested demo.rerun.io (if applicable)
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@abey79 abey79 added include in changelog 🪳 bug Something isn't working ui concerns graphical user interface labels Oct 10, 2023
@abey79 abey79 merged commit a0c4b88 into main Oct 10, 2023
32 of 34 checks passed
@abey79 abey79 deleted the antoine/winit-update branch October 10, 2023 08:52
@emilk emilk added the dependencies concerning crates, pip packages etc label Oct 10, 2023
@emilk emilk changed the title Update winit to 0.28.7 (addresses a Sonoma-related UI glitch on startup) Update winit to 0.28.7 to fix UI glitch on macOS Sonoma Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working dependencies concerning crates, pip packages etc include in changelog ui concerns graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI is mangled on launch on macOS Sonoma
2 participants