Merge pull request #82914 from KoBeWi/acceptation
Accept cancel event when unfocusing LineEdit
This commit is contained in:
commit
6916349697
|
@ -486,6 +486,7 @@ void LineEdit::gui_input(const Ref<InputEvent> &p_event) {
|
||||||
|
|
||||||
if (k->is_action("ui_cancel")) {
|
if (k->is_action("ui_cancel")) {
|
||||||
callable_mp((Control *)this, &Control::release_focus).call_deferred();
|
callable_mp((Control *)this, &Control::release_focus).call_deferred();
|
||||||
|
accept_event();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue