mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
(MESS) ui: don't ask confirmation when leaving the image creation menu
as if a new file was being created. nw.
This commit is contained in:
parent
fa41ad2cde
commit
224878c426
@ -328,6 +328,10 @@ void ui_menu_file_create::handle()
|
||||
reset(UI_MENU_RESET_REMEMBER_POSITION);
|
||||
}
|
||||
break;
|
||||
|
||||
case IPT_UI_CANCEL:
|
||||
ui_menu::stack_pop(machine());
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user