mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-25 11:11:25 +00:00
e3d4b96ba7
Recursive calls to Control::_modal_stack_remove could cause a crash because of the list element not being invalidated while being erased from the list. It happens in the state machine case by hiding a line edit control when it loses focus. Fixes #23808