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

Final touch to properly display included file names (warnings).

This commit is contained in:
FellippeHeitor 2021-01-14 00:26:41 -03:00
parent beed603b0d
commit 4974dcc590

View file

@ -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$