mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Error tab cosmetics fix
This commit is contained in:
parent
5329b3ccf2
commit
29238aedbc
1 changed files with 2 additions and 0 deletions
|
|
@ -581,6 +581,8 @@ void Ide::SyncErrorsMessage()
|
|||
else
|
||||
if(warning_count)
|
||||
btabs.Set(error_tab_i, "Warnings (" + AsString(warning_count) + ")", SColorText());
|
||||
else
|
||||
btabs.Set(error_tab_i, "Errors", SColorText());
|
||||
}
|
||||
|
||||
void Ide::ConsoleRunEnd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue