add back comp object data from typo in previous commit...

This commit is contained in:
Mike Blumenkrantz 2016-01-07 17:20:05 -05:00
parent 980135fc38
commit 96f1caeddb
1 changed files with 1 additions and 0 deletions

View File

@ -2744,6 +2744,7 @@ e_comp_object_util_add(Evas_Object *obj, E_Comp_Object_Type type)
}
vis = evas_object_visible_get(obj);
o = edje_object_add(e_comp->evas);
evas_object_data_set(o, "comp_object", (void*)1);
e_comp_object_util_type_set(o, type);
evas_object_geometry_get(obj, &x, &y, &w, &h);