WorldDownTown/RangeSeekSlider

Handle outermost position inconsistency with UISlider

Ornolfr opened this issue · 0 comments

On UISlider, when a handle is moved to the min or max value, it looks like this:
image
The handle sticks on its left side to the start of the track.

On RangeSeekSlider, it looks like this:
image
The handle is centered on the start of the track.

Is there any way to make RangeSeekSlider handle work consistently with UISlider on that part?