wip
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@248 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
3e2d129b93
commit
9b660637a0
3 changed files with 8 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ static void draw(MwWidget handle) {
|
|||
|
||||
r.x = 0;
|
||||
r.y = 0;
|
||||
r.width = MwGetInteger(handle, MwNwidth);
|
||||
r.width = MwGetInteger(handle, MwNwidth) - t->right;
|
||||
r.height = MwGetInteger(handle, MwNheight);
|
||||
|
||||
MwDrawFrame(handle, &r, base, (handle->pressed || MwGetInteger(handle, MwNchecked)) ? 1 : 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue