1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Fixes next line indicator not showing with line numbers turned off.

This commit is contained in:
FellippeHeitor 2021-08-15 20:02:37 -03:00
parent 770fe0d7bc
commit e728e28e3b

View file

@ -11543,6 +11543,9 @@ SUB ideshowtext
ELSE
_PRINTSTRING (1, y + 3), CHR$(7)
END IF
ELSEIF vWatchOn = 1 AND l = debugnextline THEN
COLOR 10
_PRINTSTRING (1, y + 3), CHR$(16)
END IF
END IF
RETURN