mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
change default prompt window selection to "Cancel" button
This commit is contained in:
parent
23feaf7f4f
commit
db61d23ca4
@ -206,6 +206,7 @@ WindowPrompt(const char *title, const char *msg, const char *btn1Label, const ch
|
||||
mainWindow->Append(&promptWindow);
|
||||
mainWindow->ChangeFocus(&promptWindow);
|
||||
ResumeGui();
|
||||
if(btn2Label) promptWindow.MoveSelectionHor(1); // change selection to btn2
|
||||
|
||||
while(choice == -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user