mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
![]() Only the last shown preview was interactive. This was because we started the winit event loop for each preview, which kind of invalidates the previous instance in winit. Instead, create all components, call show() on each instance to register the window with winit and spin the event loop with its exception magic only once. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |