Files
test/source
Falk David 1449b943df Fix #127869: Crash when using pick selection in edit mode
The issue was that `retrieve_editable_drawings_grouped_per_frame`
returned garbage memory, leading to a crash a bit further.

The fix adds a nullptr check to make sure the `current_drawing` exists
and can be safely dereferenced.
2024-09-19 17:35:22 +02:00
..