Skip to content
Snippets Groups Projects
Commit 6fd6bf7f authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Make warnings with Qt::darkYellow.

parent 35a960fb
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ void ScriptEditor::updateDocumentNow() ...@@ -240,7 +240,7 @@ void ScriptEditor::updateDocumentNow()
errorFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline); errorFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline);
QTextCharFormat warningFormat; QTextCharFormat warningFormat;
warningFormat.setUnderlineColor(Qt::yellow); warningFormat.setUnderlineColor(Qt::darkYellow);
warningFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline); warningFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline);
QTextEdit::ExtraSelection sel; QTextEdit::ExtraSelection sel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment