discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=43779dfa6f7ec12a17258a1a61144c4cb94c3fb8
commit 43779dfa6f7ec12a17258a1a61144c4cb94c3fb8 Author: Mike Blumenkrantz <[email protected]> Date: Tue Mar 31 19:11:24 2015 -0400 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 --- src/lib/edje/edje_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } --
