Enable to close the application within the initial Anim/Layer dialog

we waited for a mouse or keyboard event but clicking
the close X of the window doesn't send any...
This commit is contained in:
Thomas Bernard 2019-01-31 22:39:17 +01:00
parent 91b272a9e5
commit 774bd73602
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -178,7 +178,7 @@ void Button_Message_initial(void)
Display_cursor();
while(!Mouse_K && !Key)
while(!Mouse_K && !Key && !Quit_is_required)
Get_input(20);
if (Mouse_K)
{