set comp mirror alpha the same way as objects

T928
This commit is contained in:
Mike Blumenkrantz 2014-02-10 09:54:01 -05:00
parent 722b18de9a
commit e895d86839
1 changed files with 1 additions and 1 deletions

View File

@ -3192,7 +3192,7 @@ e_comp_object_util_mirror_add(Evas_Object *obj)
evas_object_event_callback_add(o, EVAS_CALLBACK_DEL, _e_comp_object_cb_mirror_del, cw);
evas_object_data_set(o, "E_Client", cw->ec);
evas_object_image_alpha_set(o, evas_object_image_alpha_get(cw->obj));
evas_object_image_alpha_set(o, cw->ec->argb || (!!cw->ec->shape_rects));
evas_object_image_size_set(o, w, h);
if (cw->ec->shaped)