Remove setting WhitespaceBackgroundColor from noColor() too.

master
Torsten Paul 2015-01-15 16:59:46 +01:00
parent 366663610f
commit dcda8faa3d
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ void ScintillaEditor::noColor()
qsci->setIndicatorForegroundColor(QColor(255, 0, 0, 128), indicatorNumber);
qsci->setIndicatorOutlineColor(QColor(0, 0, 0, 255), indicatorNumber); // only alpha part is used
qsci->setCaretLineBackgroundColor(Qt::white);
qsci->setWhitespaceBackgroundColor(Qt::white);
qsci->setWhitespaceForegroundColor(Qt::black);
qsci->setMarginsBackgroundColor(Qt::white);
qsci->setMarginsForegroundColor(Qt::black);