1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Allow closing the IDE via the X button while the menus are active.

This commit is contained in:
FellippeHeitor 2016-06-25 12:58:16 -03:00
parent a4fc69cdde
commit de6fd0a7a8
2 changed files with 2 additions and 1 deletions

View file

@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING
Version$ = "1.000"
'BuildNum format is YYYYMMDD/id, where id is a ever-increasing
'integer. If you make a change, update the date and increase the id!
BuildNum$ = "20160621/23"
BuildNum$ = "20160625/24"

View file

@ -3570,6 +3570,7 @@ DO
PCOPY 3, 0: SCREEN , , 3, 0
GOTO startmenu2
END IF
IF _EXIT THEN ideexit = 1: GOTO ideloop
_LIMIT 100
LOOP UNTIL change