Spinner
does not render at all in Windows or when using the winit-software
back end
#5237
Labels
a:widgets
Implementation of widgets (from std-widgets.slint) and their styles (mF,bS)
The
Spinner
component does not seem to render at all on Windows or when using thewinit-software
back end in Linux. I've created an example project here in Rust.In Linux, the
Spinner
renders just fine using the default back end, but does not render at all after running withLikewise, it does not render when running in Windows after cross-compiling using the
x86_64-pc-windows-gnu
target incargo
.Note that the animated rectangle works in all cases. I know that the
Spinner
widget is relatively new (Nov 2023), so perhaps this was never adequately tested with software rendering or in Windows.The text was updated successfully, but these errors were encountered: