From 095341ff523cef55d00fae2c46d5734e1922d1e3 Mon Sep 17 00:00:00 2001 From: Katsuhiko Kagami Date: Wed, 24 Feb 2016 16:47:19 +0900 Subject: [PATCH] When i change the HIDE_MENU on the customize UI by cursor key, LANGUAGE_MENU also would be changed .fixed it. --- src/emu/ui/custui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/ui/custui.cpp b/src/emu/ui/custui.cpp index 55f2e40afbb..491a27e2dda 100644 --- a/src/emu/ui/custui.cpp +++ b/src/emu/ui/custui.cpp @@ -102,6 +102,7 @@ void ui_menu_custom_ui::handle() ui_menu::stack_push(global_alloc_clear(machine(), container, s_sel, ui_globals::panels_status)); } + break; } case LANGUAGE_MENU: {