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

Restore "OK" in the status bar after translation to C++ is done.

This commit is contained in:
FellippeHeitor 2017-10-14 14:33:38 -03:00
parent 40c2ab73f6
commit c8a219bb70

View file

@ -660,7 +660,7 @@ FUNCTION ide2 (ignore)
IF c$ <> CHR$(3) THEN
COLOR 7, 1: LOCATE idewy - 3, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 2, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 1, 2: PRINT SPACE$(idewx - 2); 'clear status window
IF ready THEN
IF ShowErrorsImmediately THEN LOCATE idewy - 3, 2: PRINT "OK"; 'report OK status
IF IDEShowErrorsImmediately THEN LOCATE idewy - 3, 2: PRINT "OK"; 'report OK status
END IF
IF showexecreated THEN
showexecreated = 0