[Change] Maybe that off-by-one thing is sw mesa issues. :s
This commit is contained in:
parent
1391fabc65
commit
ccb954324c
@ -1013,8 +1013,8 @@ static void toolkit_renderCust(Widget* cst, double bx, double by) {
|
||||
toolkit_colDark, NULL);
|
||||
}
|
||||
|
||||
toolkit_clip(x, y+1, cst->w, cst->h);
|
||||
(*cst->dat.cst.render) (x, y, cst->w, cst->h+1);
|
||||
toolkit_clip(x, y, cst->w, cst->h);
|
||||
(*cst->dat.cst.render) (x, y, cst->w, cst->h);
|
||||
toolkit_unclip();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user