mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
ScrollBar: fixed jittery scrolling when in repeating mode (hold down mouse button) and smooth scrolling enabled
This commit is contained in:
@@ -477,13 +477,13 @@ public class FlatScrollBarUI
|
||||
if( useValueIsAdjusting )
|
||||
scrollbar.setValueIsAdjusting( true );
|
||||
|
||||
int oldValue = scrollbar.getValue();
|
||||
|
||||
// if invoked while animation is running, calculation of new value
|
||||
// should start at the previous target value
|
||||
if( targetValue != Integer.MIN_VALUE )
|
||||
scrollbar.setValue( targetValue );
|
||||
|
||||
int oldValue = scrollbar.getValue();
|
||||
|
||||
r.run();
|
||||
|
||||
// do not use animation if started dragging thumb
|
||||
|
||||
Reference in New Issue
Block a user