aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/colorschemeedit.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2015-10-29 11:30:00 +0100
committerMarco Bubke <marco.bubke@theqtcompany.com>2015-10-29 18:10:08 +0000
commitec944fede7ddd2b8bf27d976f7c3e93442da3844 (patch)
tree989d5caf17c05e6d5772c911d49fa236215bbd3a /src/plugins/texteditor/colorschemeedit.cpp
parent13675310df59cbca82fe5fb35cab7e97731323e8 (diff)
TextEditor: Fix underline options settings
Task-number: QTCREATORBUG-15259 Change-Id: Ifd988117b9728149acc5a9aa9e63e327eeff6d37 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/colorschemeedit.cpp')
-rw-r--r--src/plugins/texteditor/colorschemeedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/colorschemeedit.cpp b/src/plugins/texteditor/colorschemeedit.cpp
index 3b9b3827c4..7e198532a3 100644
--- a/src/plugins/texteditor/colorschemeedit.cpp
+++ b/src/plugins/texteditor/colorschemeedit.cpp
@@ -309,7 +309,7 @@ void ColorSchemeEdit::updateUnderlineControls()
QSignalBlocker comboBoxSignalBlocker(m_ui->underlineComboBox);
- bool isVisble= formatDescription.showControl(FormatDescription::ShowFontControls);
+ bool isVisble= formatDescription.showControl(FormatDescription::ShowUnderlineControl);
m_ui->underlineLabel->setVisible(isVisble);
m_ui->underlineColorToolButton->setVisible(isVisble);