TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 204 forks source link

Send value changed event only when the value has really changed #94

Open fritzgerald opened 5 years ago

fritzgerald commented 5 years ago

Hi, I've noticed that the TTRange Slider was sending a tremendous amount of value changed event even when the value didn't actually changed.

Here is a proposition to fix this issue.