Allow closing window in more dialog

see http://pulkomandy.tk/projects/GrafX2/ticket/141
see e72bb8cab1
This commit is contained in:
Thomas Bernard
2019-08-14 23:24:12 +02:00
parent 7f4e1a10eb
commit 24fee41e41
4 changed files with 13 additions and 7 deletions

View File

@@ -2637,7 +2637,7 @@ byte Button_Load_or_Save(T_Selector_settings *settings, byte load, T_IO_Context
Timer_state=2; // On arrête le chrono
}
}
while ( (!has_clicked_ok) && (clicked_button!=2) );
while ( (!has_clicked_ok) && (clicked_button!=2) && !Quit_is_required);
if (has_clicked_ok)
{