1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Allow closing the IDE via the X when only the menu bar is active.

This commit is contained in:
FellippeHeitor 2016-06-25 16:16:49 -03:00
parent de6fd0a7a8
commit 1e99a91293

View file

@ -3426,6 +3426,7 @@ DO
KB = KEY_ESC 'exit menu selection
END IF
IF _EXIT THEN ideexit = 1: KB = KEY_ESC
LOOP UNTIL KB
K$ = UCASE$(K$)