slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
15.9k stars 519 forks source link

winit: Fix setting the size with set_size before showing the window #5496

Closed ogoffart closed 3 days ago

ogoffart commented 4 days ago

Fixes #5489

We shouldn't resize the window to the size of the WindowItem after start. This happens when set_size is called before show. The the resize event didn't yet propagate the size to the WindowItem properties.