diff --git a/src/controls/QskSpinBox.cpp b/src/controls/QskSpinBox.cpp index 4519a6f5..7ba306e1 100644 --- a/src/controls/QskSpinBox.cpp +++ b/src/controls/QskSpinBox.cpp @@ -294,7 +294,8 @@ void QskSpinBox::keyPressEvent(QKeyEvent *event) return; case Qt::Key_Select: case Qt::Key_Space: - // TODO click currently focused -/+ + if(focusIndex() == Increment) increment(+stepSize()); + if(focusIndex() == Decrement) increment(-stepSize()); return; default: {