[Change] Minor map tweak.
This commit is contained in:
parent
1e30edbc83
commit
0ab44366ea
@ -1013,8 +1013,8 @@ static void toolkit_renderCust(Widget* cst, double bx, double by) {
|
||||
toolkit_colDark, NULL);
|
||||
}
|
||||
|
||||
toolkit_clip(x+1, y+1, cst->w, cst->h);
|
||||
(*cst->dat.cst.render) (x, y, cst->w, cst->h);
|
||||
toolkit_clip(x, y+1, cst->w, cst->h);
|
||||
(*cst->dat.cst.render) (x, y, cst->w, cst->h+1);
|
||||
toolkit_unclip();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user