only hide comp object images for dead clients on smart hide
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 5 Mar 2015 17:44:27 +0000 (12:44 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 5 Mar 2015 17:44:27 +0000 (12:44 -0500)
src/bin/e_comp_object.c

index 0fdee9a..979453b 100644 (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);