render surface opaque regions as opaque when image border is set
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 20:07:01 +0000 (16:07 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 20:07:01 +0000 (16:07 -0400)
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

index 752689e..0192d5c 100644 (file)
@@ -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;