From 3dc90b71f1b16e98d2553a294a9b15c091292257 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 10 Feb 2020 00:26:10 -0300 Subject: [PATCH] Fixes blank help screen issue. --- source/ide/ide_methods.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index eeadd563d..a34b60312 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -2481,7 +2481,7 @@ FUNCTION ide2 (ignore) idehelp = 1 skipdisplay = 0 IdeSystem = 3 'Standard qb45 behaviour. Allows for quick peek at help then ESC. - retval = 1: GOSUB redrawItAll + retval = 1 END IF WikiParse a$ @@ -2555,7 +2555,7 @@ FUNCTION ide2 (ignore) idehelp = 1 skipdisplay = 0 IdeSystem = 3 'Standard qb45 behaviour. Allows for quick peek at help then ESC. - retval = 1: GOSUB redrawItAll + retval = 1 END IF WikiParse a$