Hi, I am using your RangeSliderH object to define the actual and maximum frame rates at which a video is being rendered (on a separate canvas). I am updating the 'actual frame rate' value every 0.1 seconds with:
rateSlider.forceValues([actualRate, maxRate]])
The issue is that in a random subset of these updates, the previous location of the 'actualRate' datapoint does not get erased causing the current and past values to be displayed simultaneously:

Is there any way of preventing this from happening, or somehow forcing a cleanup of the widget after value updates? Thank you.
Hi, I am using your RangeSliderH object to define the actual and maximum frame rates at which a video is being rendered (on a separate canvas). I am updating the 'actual frame rate' value every 0.1 seconds with:
rateSlider.forceValues([actualRate, maxRate]])The issue is that in a random subset of these updates, the previous location of the 'actualRate' datapoint does not get erased causing the current and past values to be displayed simultaneously:

Is there any way of preventing this from happening, or somehow forcing a cleanup of the widget after value updates? Thank you.