only hide comp object images for dead clients on smart hide

This commit is contained in:
Mike Blumenkrantz 2015-03-05 12:44:27 -05:00
parent b9f797a277
commit 02134369c0
1 changed files with 1 additions and 1 deletions

View File

@ -1946,11 +1946,11 @@ _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 (cw->ec->dead && cw->obj_mirror)
{
Evas_Object *o;
evas_object_hide(cw->obj);
EINA_LIST_FREE(cw->obj_mirror, o)
{
evas_object_image_data_set(o, NULL);