From c8a219bb707d5bb2d9ae295b25d6ef29363ccb66 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 14 Oct 2017 14:33:38 -0300 Subject: [PATCH] Restore "OK" in the status bar after translation to C++ is done. --- source/ide/ide_methods.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 7a4d8e3e9..af2cd4b7f 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -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