elm_spinner: Wrap calls to edje_object_part_object_get with freeze/thaw

Summary:
@ref T6884

Depends on D6410

Reviewers: zmike, ManMower

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6884

Differential Revision: https://phab.enlightenment.org/D6411
This commit is contained in:
Chris Michael 2018-06-25 11:29:46 -04:00 committed by Mike Blumenkrantz
parent 9724f671ed
commit c1f3cf2a47
1 changed files with 2 additions and 0 deletions

View File

@ -980,7 +980,9 @@ _access_activate_cb(void *data,
increment_part = "right_bt";
eo = elm_layout_edje_get(data);
edje_object_freeze(eo);
inc_btn = (Evas_Object *)edje_object_part_object_get(eo, increment_part);
edje_object_thaw(eo);
if (part_obj != inc_btn)
{