slint/internal/compiler/generator
Olivier Goffart f546d22861 C++: Fix crash when deleting a component from the click event within a sub component
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)
2023-09-14 11:34:18 +02:00
..
cpp.rs C++: Fix crash when deleting a component from the click event within a sub component 2023-09-14 11:34:18 +02:00
rust.rs rust: return LogicalRect for inner item_geometry functions 2023-09-13 16:08:37 +02:00