Edje: hide an object after unswallow

Simply doing an unswallow would leave the object where it was in the
evas, visible, but edje would not be handling it anymore.

SVN revision: 66955
This commit is contained in:
Youness Alaoui 2012-01-07 11:39:15 +00:00
parent 1a7801e9cd
commit e36334df8d
1 changed files with 1 additions and 0 deletions

View File

@ -2215,6 +2215,7 @@ edje_object_part_unswallow(Evas_Object *obj __UNUSED__, Evas_Object *obj_swallow
_edje_object_part_swallow_changed_hints_cb,
rp);
evas_object_clip_unset(rp->swallowed_object);
evas_object_hide (rp->swallowed_object);
evas_object_data_del(rp->swallowed_object, "\377 edje.swallowing_part");
if (rp->part->mouse_events)