Could you add mouseWheel to Slider::DragMode? And then in mouseWheelMove pass the mouseWheel flag?
I’m trying to make a slider that is whole numbers whenever dragged or mouse wheel moved, but allows decimals when a number is typed in.
Could you add mouseWheel to Slider::DragMode? And then in mouseWheelMove pass the mouseWheel flag?
I’m trying to make a slider that is whole numbers whenever dragged or mouse wheel moved, but allows decimals when a number is typed in.
Any chance of getting this added or any other way to accomplish the same goal?
Why not override the slider fonctions to do what you need ?