elm_spinner.c: fix mouse spin never stop issue with mouse wheel with spinner widget.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 5 Dec 2013 06:53:32 +0000 (15:53 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 5 Dec 2013 06:53:32 +0000 (15:53 +0900)
commitdd4c8afac0fccb2c2779143703e05158089acfb8
tree7bb1eb4e83a0c6f5e9a45736c204260a17d84ae1
parent0a60e7b575ad6a73ec9b564365bb1ecbc2445b43
elm_spinner.c: fix mouse spin never stop issue with mouse wheel with spinner widget.

Do not use a timer when the wheel is used to spin the spinner.
This fixes T604.
Special thanks JP for reporting.
legacy/elementary/src/lib/elm_spinner.c