elm_slider: Reduce the number of atspi events 19/287919/4
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 7 Feb 2023 18:44:20 +0000 (19:44 +0100)
committerArtur Świgoń <a.swigon@samsung.com>
Fri, 10 Feb 2023 11:15:05 +0000 (12:15 +0100)
commitf80a467b477ee08ab628087821cbb303d093c3d7
tree112346be4b5e0e62b750e3a3f62faba31da6ff90
parent65727de4b2477f97ffbefbd8b9b836778736cf88
elm_slider: Reduce the number of atspi events

There was a double emission of the value-changed event on D-Bus when the value
had been changed by the user. In case of a self-rounding slider (which resets
its own value on the 'changed' event) there were three events instead of two.
This patch fixes this.

@tizen_only

Change-Id: Ia4c5096fe6fc95fd314d73aa69b4cc1c3ff16cee
src/lib/elementary/elm_slider.c