Merge pull request #3351 from neikeq/issue_3348
Fix LineEdit not capturing text input events
This commit is contained in:
commit
698b338bc8
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ void LineEdit::_input_event(InputEvent p_event) {
|
||||||
append_at_cursor(ucodestr);
|
append_at_cursor(ucodestr);
|
||||||
emit_signal("text_changed",text);
|
emit_signal("text_changed",text);
|
||||||
_change_notify("text");
|
_change_notify("text");
|
||||||
|
|
||||||
|
accept_event();
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue