summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2015-09-20 11:47:23 +0100
committerAndy Williams <andy@andywilliams.me>2015-09-20 11:50:28 +0100
commitb5f416069cb3a260e936f764768b334150726c22 (patch)
tree6dba21df4774099bcce174dfb604f8eb29542e3c
parent1752e9079bec593f82c2e2d7ce71fb58b916e1d9 (diff)
downloadelementary-b5f416069cb3a260e936f764768b334150726c22.tar.gz
[spinner] Notify when value is edited directly
Previously an edit would trigger internal save but not notify until the up/down button was tapped. Now notify when value applied (unfocus). @fix
-rw-r--r--src/lib/elm_spinner.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_spinner.c b/src/lib/elm_spinner.c
index 1903cf9c6..2cc309cd2 100644
--- a/src/lib/elm_spinner.c
+++ b/src/lib/elm_spinner.c
@@ -216,6 +216,8 @@ _val_set(Evas_Object *obj)
pos = 1.0;
edje_object_part_drag_value_set
(wd->resize_obj, "elm.dragable.slider", pos, pos);
+
+ eo_do(obj, eo_event_callback_call(ELM_SPINNER_EVENT_CHANGED, NULL));
}
static void