-
Notifications
You must be signed in to change notification settings - Fork 617
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
Issue when setting window height on macOS Sonoma #3559
Comments
Looks like it's actually at least two issues. The first one (the weird shaking window) happens when you set height to the window. Will let you know in case I figure out the "UNSUPPORTED" issue. UPD
The warning/error disappear when I remove window's height setting. |
Probably related to rust-windowing/winit#2876 Setting |
The new version of winit fixes an important bug for macOS Sonoma, and the bugvix for the workaround won't happen before winit 0.29. The branch that port to winit 0.29 already removed the workaround Fixes #3559
Thanks for reporting the bug. |
The new version of winit fixes an important bug for macOS Sonoma, and the bugvix for the workaround won't happen before winit 0.29. The branch that port to winit 0.29 already removed the workaround Fixes #3559
The issue happens when I run the project using
slint-viewer
. Previously it worked, but now the window looks weird, I can't move it and it's shaking. Also, there is an error:The text was updated successfully, but these errors were encountered: