slint-ui / slint

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

Fix calling init to all the items on a ListView #6844

Closed ogoffart closed 4 days ago

ogoffart commented 5 days ago

This also fix changed event not working as they rely on the init to the setup

Fixes #6836

ChangeLog: fix init and changed callback not always being called in ListView