From e64984d5faf3f4261b6d642cf862f16e0e02bbfa Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 22 Jul 2021 11:55:35 -0300 Subject: [PATCH] Properly redraws the interface for help on user keywords (F1) --- 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 287b28215..474c96286 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -2734,6 +2734,7 @@ FUNCTION ide2 (ignore) WikiParse a$ IdeSystem = 3 + GOSUB redrawItAll GOTO specialchar EXIT FOR