oops
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@732 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
d25d10bacf
commit
d4936ead0d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ static void draw(MwWidget handle) {
|
|||
r.width = MwGetInteger(handle, MwNwidth);
|
||||
r.height = MwGetInteger(handle, MwNheight);
|
||||
|
||||
if(MwGetInteger(handle, MwNhasBorder)) MwDrawFrame(handle, &r, base, MwGetInteger(handle, MwNinverted));
|
||||
if(MwGetInteger(handle, MwNhasBorder)) MwDrawFrame(handle, &r, c, MwGetInteger(handle, MwNinverted));
|
||||
|
||||
MwDrawRect(handle, &r, c);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue