discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=08b9194c12315d18cb321ae4eee9583dc0be8a74
commit 08b9194c12315d18cb321ae4eee9583dc0be8a74 Author: Mike Blumenkrantz <[email protected]> Date: Thu Mar 5 14:57:49 2015 -0500 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 979453b..2ed543c 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; --
