Emu: msg_dialog_frame fixup: don't reject on Close to prevent Emu.Stop()

This commit is contained in:
Megamouse 2019-05-05 11:16:03 +02:00
parent b639584acc
commit c1e245ae73
4 changed files with 8 additions and 7 deletions

View file

@ -424,7 +424,7 @@ void Emulator::Init()
Emu.CallAfter([=]
{
dlg->Close();
dlg->Close(true);
});
}
});