Spinner: Add changed callback call when spinner value set.

Summary:
There is a code to compare value is changed.
1256: if (sd->val == val) return;

Even value changed the value changed callback didn't called before.

Reviewers: woohyun, shilpasingh, Hermet

Reviewed By: shilpasingh, Hermet

Differential Revision: https://phab.enlightenment.org/D2560
This commit is contained in:
woochan lee 2015-05-28 20:39:32 +09:00 committed by ChunEon Park
parent 86d31eb47d
commit 0301672b4b
1 changed files with 1 additions and 0 deletions

View File

@ -1268,6 +1268,7 @@ _elm_spinner_value_set(Eo *obj, Elm_Spinner_Data *sd, double val)
}
_val_set(obj);
_label_write(obj);
evas_object_smart_callback_call(obj, SIG_CHANGED, NULL);
}
EOLIAN static double