When i change the HIDE_MENU on the customize UI by cursor key, LANGUAGE_MENU also would be changed .fixed it.

This commit is contained in:
Katsuhiko Kagami 2016-02-24 16:47:19 +09:00
parent 834936200a
commit 095341ff52

View File

@ -102,6 +102,7 @@ void ui_menu_custom_ui::handle()
ui_menu::stack_push(global_alloc_clear<ui_menu_selector>(machine(), container, s_sel, ui_globals::panels_status)); ui_menu::stack_push(global_alloc_clear<ui_menu_selector>(machine(), container, s_sel, ui_globals::panels_status));
} }
break;
} }
case LANGUAGE_MENU: case LANGUAGE_MENU:
{ {