1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Fixes blank help screen issue.

This commit is contained in:
FellippeHeitor 2020-02-10 00:26:10 -03:00
parent 20803697dc
commit 3dc90b71f1

View file

@ -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$