2
0
Fork 0

Accept also right-click event in LineEdit

3.2
Tomasz Chabora 2019-08-04 15:35:50 +07:00
parent 7126654eaf
commit b65f6f7944
1 changed files with 1 additions and 0 deletions

@ -59,6 +59,7 @@ void LineEdit::_gui_input(Ref<InputEvent> p_event) {
menu->set_scale(get_global_transform().get_scale());
menu->popup();
grab_focus();
accept_event();
return;
}