mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
![]() The parent is already deleted when we delete the component that is kept alive by the `grabber` ItemRc in `handle_mouse_grab` When the ItemRc goes out of scope, we delete the component, but the parent was already gone. This doesn't solve a broader issue that we use the parent in many place and it is not kept alive (for example when using properties of the parent) |
||
---|---|---|
.. | ||
cpp.rs | ||
rust.rs |