disabledColorButton should be disabledColorToolButton
This commit is contained in:
parent
f4905e7a77
commit
9e97a0091a
|
@ -47,7 +47,7 @@ void IconButtonSettingsEditor::selectColor()
|
||||||
if ("colorToolButton" == senderName) {
|
if ("colorToolButton" == senderName) {
|
||||||
m_button->setColor(color);
|
m_button->setColor(color);
|
||||||
ui->colorLineEdit->setText(color.name(QColor::HexRgb));
|
ui->colorLineEdit->setText(color.name(QColor::HexRgb));
|
||||||
} else if ("disabledColorButton" == senderName) {
|
} else if ("disabledColorToolButton" == senderName) {
|
||||||
m_button->setDisabledColor(color);
|
m_button->setDisabledColor(color);
|
||||||
ui->disabledColorLineEdit->setText(color.name(QColor::HexRgb));
|
ui->disabledColorLineEdit->setText(color.name(QColor::HexRgb));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue