From: Mike Blumenkrantz Date: Fri, 17 Jul 2015 20:07:01 +0000 (-0400) Subject: render surface opaque regions as opaque when image border is set X-Git-Tag: upstream/0.20.0~548 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d4d906361cfd862387403830c26df26d75c5016;p=platform%2Fupstream%2Fenlightenment.git render surface opaque regions as opaque when image border is set it seems that just setting the opaque region is not enough for evas; we must also inform it that the opaque region is opaque and should not be blended --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 752689e..0192d5c 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3352,6 +3352,7 @@ e_comp_object_dirty(Evas_Object *obj) else bx = by = bxx = byy = 0; evas_object_image_border_set(cw->obj, bx, by, bxx, byy); + evas_object_image_border_center_fill_set(cw->obj, EVAS_BORDER_FILL_SOLID); { Edje_Message_Int_Set *msg; Edje_Message_Int msg2;