1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Reduces code to restore quick nav bg.

This commit is contained in:
FellippeHeitor 2021-01-22 05:06:35 -03:00
parent cc8d4cd851
commit 4ef0efc81d

View file

@ -1242,15 +1242,10 @@ FUNCTION ide2 (ignore)
GOTO ideloop
END IF
ELSE
IF QuickNavHover = -1 THEN
QuickNavHover = 0
GOSUB UpdateTitleOfMainWindow
GOSUB DrawQuickNav
ideshowtext
updateHover = -1
END IF
GOTO RestoreBGQuickNav
END IF
ELSE
RestoreBGQuickNav:
IF QuickNavHover = -1 THEN
QuickNavHover = 0
GOSUB UpdateTitleOfMainWindow