We set the move cursor for normal buttons to indicate that you can click-drag to slide the value.
This is more true for sliders, where that is their main purpose. So we should use the move cursor for them too.
Differential D8478
UI: Set X Move Cursor for Slider Button Authored by Hans Goudey (HooglyBoogly) on Aug 5 2020, 8:07 PM. Tags Subscribers None
Details
We set the move cursor for normal buttons to indicate that you can click-drag to slide the value. This is more true for sliders, where that is their main purpose. So we should use the move cursor for them too.
Diff Detail
Event TimelineComment Actions There's a small issue: After dragging, the cursor is reset until the next mouse-move happens. Other buttons address this by also setting the cursor in button_activate_init(). Would be preferable not having to do that there, but not sure how else we could go about this.
| ||||||||||||||