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
This commit is contained in:
Mike Blumenkrantz 2015-07-17 16:07:01 -04:00
parent 552f065c09
commit 1d4d906361
1 changed files with 1 additions and 0 deletions

View 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;