JIDE: RangeSlider: clicking on track now immediately moves the thumb to mouse location and starts dragging the thumb

This commit is contained in:
Karl Tauber
2020-12-20 18:24:40 +01:00
parent 0123a8895f
commit a2af9e4c65
4 changed files with 200 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ FlatLaf Change Log
#### New features and improvements
- Slider: Clicking on track now immediately moves the thumb to mouse location
and starts dragging the thumb. Use `UIManager.put(
- Slider and JIDE RangeSlider: Clicking on track now immediately moves the thumb
to mouse location and starts dragging the thumb. Use `UIManager.put(
"Slider.scrollOnTrackClick", true )` to enable old behavior that scrolls the
thumb when clicking on track.
- Slider: Snap to ticks is now done while dragging the thumb. Use