1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +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
IdeSystem = 3
retval = 1
ELSE
WikiParse a$
IdeSystem = 3
END IF
WikiParse a$
IdeSystem = 3
GOSUB redrawitall
GOTO specialchar