summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/styles/gtk2/qgtkstyle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/styles/gtk2/qgtkstyle.cpp b/src/plugins/styles/gtk2/qgtkstyle.cpp
index 20ee2ed..ee1fefe 100644
--- a/src/plugins/styles/gtk2/qgtkstyle.cpp
+++ b/src/plugins/styles/gtk2/qgtkstyle.cpp
@@ -2432,6 +2432,7 @@ void QGtkStyle::drawComplexControl(ComplexControl control, const QStyleOptionCom
arrowRect.moveCenter(downRect.center());
+ state = GTK_STATE_NORMAL;
if (!(option->state & State_Enabled) || !(spinBox->stepEnabled & QAbstractSpinBox::StepDownEnabled))
state = GTK_STATE_INSENSITIVE;