Blocks :
|
|
Relates :
|
Open any media sample, try to seek or change the volume by clicking on the slider, not on the thumb. The thumb momentarily jumps to the point of click then goes back. This happens because all slider value change listeners do actual work inside this condition: if (timeSlider.isValueChanging()) { which means that it only reacts to the thumb drag.
|