MenuButton: Fix regression

This commit is contained in:
Ignacio Etcheverry 2016-07-16 15:16:26 +02:00
parent f9d1e03018
commit 671c21dce7

View file

@ -39,7 +39,7 @@ void MenuButton::_unhandled_key_input(InputEvent p_event) {
return;
if (popup->activate_item_by_accelerator(code))
if (popup->activate_item_by_event(p_event))
accept_event();
}
}