edje group part init no longer forces synchronous hint updating during load

hints will be updated later and any user who wants these hints is going to
be calling edje calc functions anyway, causing this to be a redundant calc
This commit is contained in:
Mike Blumenkrantz 2015-03-31 19:11:24 -04:00
parent 20350a8006
commit 43779dfa6f
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const Eina_File *file, const ch
Edje *edg = _edje_fetch(child_obj);
ed->groups = eina_list_append(ed->groups, edg);
evas_object_data_set(child_obj, "\377 edje.part_obj", rp);
_edje_real_part_swallow(ed, rp, child_obj, EINA_TRUE);
_edje_real_part_swallow(ed, rp, child_obj, EINA_FALSE);
_edje_subobj_register(ed, child_obj);
source = NULL;
}