spinner: fixed odd behavior of the spinner
authorJaeun Choi <jaeun12.choi@samsung.com>
Thu, 17 Apr 2014 02:51:47 +0000 (11:51 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 17 Apr 2014 02:51:51 +0000 (11:51 +0900)
commit945b6c45ab5d56888935da80efd49c1aaff65a45
tree08f34e5e369d4495ae9eb66cc4de252d21639d04
parent531102934db71e6ba8904e0a2aa24a6fb45be268
spinner: fixed odd behavior of the spinner

Summary:
when multiple key down is coming while increase/decrease the spinner values,
the speed acceleration will be reset by the new key down.

Instead, it stops the increase/decrease the spinner values behavior.

@fix

Test Plan: None

Reviewers: Hermet, raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D749
src/lib/elm_spinner.c