From 1e99a912937c68488cb4029980a5ccb65ff6df31 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 25 Jun 2016 16:16:49 -0300 Subject: [PATCH] Allow closing the IDE via the X when only the menu bar is active. --- source/ide/ide_methods.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index fcdbab8f5..d23e41c1d 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -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$)