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:47:39 +0100
commita52a53802aebf03d297aa857f0cb6a9779949a49 (patch)
tree889718b80df5eb467ae615c5e71258f69653b645
parent5db028a32de71ce167851e75b221499593d7cd89 (diff)
downloadelementary-a52a53802aebf03d297aa857f0cb6a9779949a49.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 46533c39d..19168c46e 100644
--- a/src/lib/elm_spinner.c
+++ b/src/lib/elm_spinner.c
@@ -228,6 +228,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