From: Mike Blumenkrantz Date: Thu, 17 Sep 2015 20:48:02 +0000 (-0400) Subject: set comp object mirror alpha flag more accurately on creation X-Git-Tag: upstream/0.20.0~282 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e669eb9998c2e633ac491c4ce6f6db57cf2790f5;p=platform%2Fupstream%2Fenlightenment.git set comp object mirror alpha flag more accurately on creation --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 76036ce..49e47bd 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)