spinner: entry text makes to registered special value instead of number.
authorwoochan lee <wc0917.lee@samsung.com>
Wed, 29 Jul 2015 20:17:34 +0000 (22:17 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 4 Aug 2015 13:21:39 +0000 (15:21 +0200)
commit569cb23fc1814e6e358f1b5d1d11173012142373
tree66134b36cba20aae6055d3a374ec651a2f2d30f1
parent4bd14f83f3e6f2e8ac23f822d26ab3233b7a51e3
spinner: entry text makes to registered special value instead of number.

Summary:
Entry has only number text when activated and value changed, Even user registered special value to each spinner value.
If the user registered special value, we should check then showing the special value instead of number text.
Its will more helpful to expect the result when user set a spinner value using spinner entry.

@fix

Test Plan:
There is a spinner sample in elementary_test.
Changing editable value as TRUE for the last spinner object.
Click the spinner to activated entry and check the result.

Reviewers: Hermet, Jaehyun, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2844

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elm_spinner.c