mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 10:23:27 +00:00
oops
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@732 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -19,7 +19,7 @@ static void draw(MwWidget handle) {
|
|||||||
r.width = MwGetInteger(handle, MwNwidth);
|
r.width = MwGetInteger(handle, MwNwidth);
|
||||||
r.height = MwGetInteger(handle, MwNheight);
|
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);
|
MwDrawRect(handle, &r, c);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user