statusbar: update live edit item when view is resized

Summary: update live edit item when view is resized

Test Plan:
1. add a live edit item on live view
2. resize the live view using resize item on statusbar
3. see live edit item is resing well

Reviewers: Hermet, NikaWhite, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D3940
This commit is contained in:
Taehyub Kim 2016-05-18 00:24:53 +09:00 committed by Jaehyun Cho
parent f36abe3d3c
commit 7b770ab594
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ view_resize_slider_changed_cb(void *data, Evas_Object *obj EINA_UNUSED,
config_view_size_set(w, val);
enventor_object_live_view_size_set(base_enventor_get(), w, val);
}
//Just in live edit mode case.
live_edit_update();
}
static Evas_Object *