(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:
etabeta78 2015-01-06 16:45:12 +01:00
parent fa41ad2cde
commit 224878c426

View File

@ -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;
}
}
}