-Merged Script and Help tabs
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
This commit is contained in:
@ -54,6 +54,8 @@ void MenuButton::_unhandled_key_input(InputEvent p_event) {
|
||||
|
||||
|
||||
int item = popup->find_item_by_accelerator(code);
|
||||
|
||||
|
||||
if (item>=0 && ! popup->is_item_disabled(item))
|
||||
popup->activate_item(item);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user