mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
fix menu refresh on entering
This commit is contained in:
parent
0c5886b5b5
commit
55b618200f
@ -979,6 +979,7 @@ void ui_menu::stack_push(ui_menu *menu)
|
|||||||
{
|
{
|
||||||
menu->parent = menu_stack;
|
menu->parent = menu_stack;
|
||||||
menu_stack = menu;
|
menu_stack = menu;
|
||||||
|
menu->reset(UI_MENU_RESET_SELECT_FIRST);
|
||||||
ui_input_reset(menu->machine());
|
ui_input_reset(menu->machine());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user