From de6fd0a7a82c863136d65463c19df2159ac00bfe Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 25 Jun 2016 12:58:16 -0300 Subject: [PATCH] Allow closing the IDE via the X button while the menus are active. --- source/global/version.bas | 2 +- source/ide/ide_methods.bas | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/global/version.bas b/source/global/version.bas index 1ba51b9e3..4389e0d61 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -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" diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 83563da1e..fcdbab8f5 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -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