use button text for normal text, preserves theme compatibility with prior releases
svn path=/trunk/KDE/kdelibs/; revision=1191136
This commit is contained in:
parent
afe897be89
commit
ca4e345c15
@ -42,6 +42,7 @@ public:
|
||||
LineEditPrivate(LineEdit *lineEdit)
|
||||
: ThemedWidgetInterface<LineEdit>(lineEdit)
|
||||
{
|
||||
buttonColorForText = true;
|
||||
}
|
||||
|
||||
~LineEditPrivate()
|
||||
|
@ -43,6 +43,7 @@ public:
|
||||
: ThemedWidgetInterface<SpinBox>(spinBox),
|
||||
focusIndicator(0)
|
||||
{
|
||||
buttonColorForText = true;
|
||||
}
|
||||
|
||||
~SpinBoxPrivate()
|
||||
|
Loading…
Reference in New Issue
Block a user