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

Fixes Help->Index not showing up the first time.

This commit is contained in:
Fellippe Heitor 2021-02-03 20:33:48 -03:00
parent ef8de59aee
commit 8352a31c72

View file

@ -2513,10 +2513,11 @@ FUNCTION ide2 (ignore)
skipdisplay = 0 skipdisplay = 0
IdeSystem = 3 IdeSystem = 3
retval = 1 retval = 1
ELSE
WikiParse a$
IdeSystem = 3
END IF END IF
WikiParse a$
IdeSystem = 3
GOSUB redrawitall GOSUB redrawitall
GOTO specialchar GOTO specialchar