+2 -> +3
This commit is contained in:
parent
0dd8fddbe0
commit
b1bdb2154a
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ void MwDrawRectFading(MwWidget handle, MwRect* rect, MwLLColor color, int rounde
|
||||||
r.height -= 2;
|
r.height -= 2;
|
||||||
MwLLDrawPixmap(handle->lowlevel, &r, pixmap);
|
MwLLDrawPixmap(handle->lowlevel, &r, pixmap);
|
||||||
r = *rect;
|
r = *rect;
|
||||||
x = (rect->x + rect->width) - (roundness + 2);
|
x = (rect->x + rect->width) - (roundness + 3);
|
||||||
y = rect->y + (roundness + 1);
|
y = rect->y + (roundness + 1);
|
||||||
for(i = 0; i < roundness; i++) {
|
for(i = 0; i < roundness; i++) {
|
||||||
double point = ((i + (M_PI * 4)) / div);
|
double point = ((i + (M_PI * 4)) / div);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue