From: Mike Blumenkrantz Date: Tue, 31 Mar 2015 23:11:24 +0000 (-0400) Subject: edje group part init no longer forces synchronous hint updating during load X-Git-Tag: v1.14.0-alpha1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43779dfa6f7ec12a17258a1a61144c4cb94c3fb8;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c index 1ce67a6..905aefc 100644 --- a/src/lib/edje/edje_load.c +++ b/src/lib/edje/edje_load.c @@ -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; }