diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 2e4e500fc..6473b47b4 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2724,6 +2724,7 @@ e_comp_object_util_type_set(Evas_Object *obj, E_Comp_Object_Type type) { e_zoomap_child_set(content, NULL); evas_object_del(content); + content = child; } edje_object_part_swallow(obj, "e.swallow.content", content); }