TextEditors: update parentheses highlighting when font settings change

Change-Id: Ia9c43d52116a337abee8704f9fbbe80a56029caa
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2014-01-30 15:09:30 +01:00
parent 5f94bc4d12
commit 30719c68fa

View File

@@ -5391,7 +5391,7 @@ void BaseTextEditorWidget::applyFontSettings()
d->m_extraArea->setPalette(ep);
slotUpdateExtraAreaWidth(); // Adjust to new font width
updateCurrentLineHighlight(); // Make sure it takes the new color
updateHighlights();
}
void BaseTextEditorWidget::setDisplaySettings(const DisplaySettings &ds)