From dcda8faa3d7e7f8c719941470e21051bd3c46760 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Thu, 15 Jan 2015 16:59:46 +0100 Subject: [PATCH] Remove setting WhitespaceBackgroundColor from noColor() too. --- src/scintillaeditor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scintillaeditor.cpp b/src/scintillaeditor.cpp index 43f36f01..fdebead8 100644 --- a/src/scintillaeditor.cpp +++ b/src/scintillaeditor.cpp @@ -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);