Skip to content

Commit

Permalink
ticket:4048 Use black color for debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 27, 2016
1 parent c9166ec commit dfe7b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Util/StringHandler.cpp
Expand Up @@ -1491,8 +1491,8 @@ QColor StringHandler::getSimulationMessageTypeColor(StringHandler::SimulationMes
case StringHandler::SMWarning:
case StringHandler::Error:
case StringHandler::Assert:
case StringHandler::Debug:
return Qt::red;
case StringHandler::Debug:
case StringHandler::Info:
case StringHandler::Unknown:
default:
Expand Down

0 comments on commit dfe7b6f

Please sign in to comment.