wheel increment by stepsize
This commit is contained in:
parent
44cdbbeba1
commit
db9916d4b9
@ -204,7 +204,7 @@ void QskBoundedInput::wheelEvent( QWheelEvent* event )
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
const int steps = wheelDelta / QWheelEvent::DefaultDeltasPerStep;
|
const int steps = wheelDelta / QWheelEvent::DefaultDeltasPerStep;
|
||||||
increment( steps );
|
increment( steps * m_stepSize );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user