fix typo in comp object opaque region render

#DerekWasRight
This commit is contained in:
Mike Blumenkrantz 2015-07-20 17:26:13 -04:00
parent f6725c53a4
commit 3c3f0845f3
1 changed files with 1 additions and 1 deletions

View File

@ -3429,7 +3429,7 @@ e_comp_object_render(Evas_Object *obj)
bxx = pw - (bx + bxx), byy = ph - (by + byy);
else
bx = by = bxx = byy = 0;
evas_object_image_border_set(cw->obj, bx, by, bxx, byy);
evas_object_image_border_set(cw->obj, bx, bxx, by, byy);
{
Edje_Message_Int_Set *msg;
Edje_Message_Int msg2;