From 814b5a4e7f137f16bbaf72f6fd2480fd6ea919cd Mon Sep 17 00:00:00 2001 From: kakaroto Date: Sat, 7 Jan 2012 11:39:15 +0000 Subject: [PATCH] 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 0e2aa8f..b46e231 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -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) -- 2.7.4