From: Mike Blumenkrantz Date: Thu, 5 Mar 2015 16:56:26 +0000 (-0500) Subject: hide comp object image on smart hide X-Git-Tag: upstream/0.20.0~1203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caddd0f1d59ae968b1a9b3a261f126bbe177f275;p=platform%2Fupstream%2Fenlightenment.git hide comp object image on smart hide ensure that this is not being rendered anywhere at the time of hide --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 7832e0e..6ce0fcb 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1936,6 +1936,7 @@ _e_comp_smart_hide(Evas_Object *obj) evas_object_hide(cw->clip); if (cw->input_obj) evas_object_hide(cw->input_obj); evas_object_hide(cw->effect_obj); + evas_object_hide(cw->obj); if (stopping) return; /* ensure focus-out */ if (cw->ec->focused)