discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1d4d906361cfd862387403830c26df26d75c5016

commit 1d4d906361cfd862387403830c26df26d75c5016
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jul 17 16:07:01 2015 -0400

    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
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

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;

-- 


Reply via email to