mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 12:58:23 +00:00
The code would fail to compile because the property would not be seen as used and would be removed, but not the change callback. Fixes #8269 Also fix a segfault in the added test because it will initialize the change callback (and therefore query the properties) because the SharedGlobal structure is fully initialized. So we must only initialize the change callback on global after the SharedGlobal is fully initialized |
||
|---|---|---|
| .. | ||
| cpp.rs | ||
| rust.rs | ||