Is there a way to modify a Slider so that it's value and thumb position doesn't jump to where the mouse clicks? I want it to just move when dragged.
Thanks.
Is there a way to modify a Slider so that it's value and thumb position doesn't jump to where the mouse clicks? I want it to just move when dragged.
Thanks.
You could subclass Slider and override the appropriate member functions.
Hope this helps!
Or you could use setSliderJumpsToMousePosition(bool)...
Wow...I looked all over for that and somehow missed it.
Thanks!