From 4974dcc590c1f14c796c8c96ed0e51dc906eb0d0 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 14 Jan 2021 00:26:41 -0300 Subject: [PATCH] Final touch to properly display included file names (warnings). --- 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 1013a31d8..0df30b820 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -9344,7 +9344,7 @@ FUNCTION idewarningbox IF x > 1 THEN ASC(l$, treeConnection) = 192 ELSE l3$ = CHR$(16) + CHR$(2) 'dark grey - IF warningIncLevel > 0 THEN + IF warningIncLines(x) > 0 THEN num$ = SPACE$(maxLineNumberLength) RSET num$ = str2$(warningIncLines(x)) l3$ = l3$ + warningIncFiles(x) + SPACE$(maxModuleNameLen - LEN(warningIncFiles(x))) + ":" + CHR$(16) + CHR$(16) + num$