don't require client mirror object existence to hide dead comp object mirrors

This commit is contained in:
Mike Blumenkrantz 2015-03-05 14:57:49 -05:00
parent 02134369c0
commit 08b9194c12
1 changed files with 1 additions and 1 deletions

View File

@ -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;