ctxpopup: cutout slider updation.

we don't need to update slider changes multiple times under the animator callback.
This commit is contained in:
ChunEon Park 2015-07-09 15:31:37 +09:00
parent b0e0820148
commit 7e6fbfde90
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ slider_changed_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
strcat(ctxdata->candidate, buf);
}
strcat(ctxdata->candidate, ctxdata->attr->append_str);
ecore_animator_del(ctxdata->animator);
ctxdata->animator = ecore_animator_add(changed_animator_cb, ctxdata);
}