From 08b9194c12315d18cb321ae4eee9583dc0be8a74 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 5 Mar 2015 14:57:49 -0500 Subject: [PATCH] don't require client mirror object existence to hide dead comp object mirrors --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 979453b49..2ed543ce9 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1946,7 +1946,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); - if (cw->ec->dead && cw->obj_mirror) + if (cw->ec->dead) { Evas_Object *o;