discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e895d868392f3cd78a15a852452e507f41f6d1d0
commit e895d868392f3cd78a15a852452e507f41f6d1d0 Author: Mike Blumenkrantz <[email protected]> Date: Mon Feb 10 09:54:01 2014 -0500 set comp mirror alpha the same way as objects T928 --- 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 5557127..6dafc0a 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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) --
