mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
They were causing infinite recursion because they were calling themselves. Also add the missing MapModel::reset Yet another motivation for https://github.com/slint-ui/slint/issues/3888 as the code was mixing the `reset` function on the adapter meaning "please re-apply the adapter filter/map/sort function" with the `reset` function on Model which means "the subclass has changed and we should notify listeners". Fixes #4968 |
||
|---|---|---|
| .. | ||
| cpp | ||
| node | ||
| python | ||
| rs | ||
| wasm-interpreter | ||