mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
This commit is contained in:
parent
9223d63ab5
commit
4b8f668d9b
@ -205,8 +205,9 @@ WindowPrompt(const char *title, const char *msg, const char *btn1Label, const ch
|
||||
mainWindow->SetState(STATE_DISABLED);
|
||||
mainWindow->Append(&promptWindow);
|
||||
mainWindow->ChangeFocus(&promptWindow);
|
||||
btn1.ResetState();
|
||||
btn2.SetState(STATE_SELECTED);
|
||||
ResumeGui();
|
||||
if(btn2Label) promptWindow.MoveSelectionHor(1); // change selection to btn2
|
||||
|
||||
while(choice == -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user