forked from qt-creator/qt-creator
Make warnings with Qt::darkYellow.
This commit is contained in:
@@ -240,7 +240,7 @@ void ScriptEditor::updateDocumentNow()
|
||||
errorFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline);
|
||||
|
||||
QTextCharFormat warningFormat;
|
||||
warningFormat.setUnderlineColor(Qt::yellow);
|
||||
warningFormat.setUnderlineColor(Qt::darkYellow);
|
||||
warningFormat.setUnderlineStyle(QTextCharFormat::WaveUnderline);
|
||||
|
||||
QTextEdit::ExtraSelection sel;
|
||||
|
Reference in New Issue
Block a user