hi,
is there a way to make sure that when drag or mouse-scroll the ScrollBar is snapped using the value specified by setSingleStepSize()?
I have the following code:
setRangeLimits(0, numSteps);
setCurrentRange(0, 8);
setSingleStepSize(1);
It already works when using arrows or dragging withouth clicking on the thumb area, but not in other situations