From caddd0f1d59ae968b1a9b3a261f126bbe177f275 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 5 Mar 2015 11:56:26 -0500 Subject: [PATCH] hide comp object image on smart hide ensure that this is not being rendered anywhere at the time of hide --- src/bin/e_comp_object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 7832e0e71..6ce0fcb76 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)