From e669eb9998c2e633ac491c4ce6f6db57cf2790f5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 17 Sep 2015 16:48:02 -0400 Subject: [PATCH] set comp object mirror alpha flag more accurately on creation --- 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 76036ce58..49e47bd5b 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3614,7 +3614,7 @@ e_comp_object_util_mirror_add(Evas_Object *obj) evas_object_data_set(o, "E_Client", cw->ec); evas_object_data_set(o, "comp_mirror", cw); - evas_object_image_alpha_set(o, cw->ec->argb || (!!cw->ec->shaped)); + evas_object_image_alpha_set(o, evas_object_image_alpha_get(cw->obj)); evas_object_image_size_set(o, w, h); if (cw->ec->shaped)