eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 97 forks source link

Only fire a selection event when the value changes #575

Closed laeubi closed 4 months ago

laeubi commented 4 months ago

Currently the NebulaSlider fires a selection event on each move even if the value has not change numerically.

This first checks if the value has actually changed before redraw/event firing.

lcaron commented 4 months ago

Thank you Christoph