[Change] Minor map tweak.

This commit is contained in:
Allanis 2013-04-22 14:53:38 +01:00
parent 1e30edbc83
commit 0ab44366ea

View File

@ -1013,8 +1013,8 @@ static void toolkit_renderCust(Widget* cst, double bx, double by) {
toolkit_colDark, NULL); toolkit_colDark, NULL);
} }
toolkit_clip(x+1, y+1, cst->w, cst->h); toolkit_clip(x, y+1, cst->w, cst->h);
(*cst->dat.cst.render) (x, y, cst->w, cst->h); (*cst->dat.cst.render) (x, y, cst->w, cst->h+1);
toolkit_unclip(); toolkit_unclip();
} }