envnetor_smart: fix the view resize callback

Summary: fix the view resize callback

Test Plan:
1. launch enventor
2. run group template
3. change the view size
4. change the group
5. change the view size
6. change the group to firxt
7. see the result

Reviewers: Hermet, NikaWhite, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D4208
This commit is contained in:
Taehyub Kim 2016-08-02 22:49:28 +09:00 committed by Jaehyun Cho
parent 160f672232
commit a6b495dc9c
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ enventor_live_view_resized_cb(void *data EINA_UNUSED,
{
Enventor_Live_View_Size *size = event_info;
stats_view_size_update(size->w, size->h);
config_view_size_set(size->w, size->h);
}
static void