[Plib-devel] [PATCH] puAuxLargeInput.cxx: don't draw outside the box
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2009-01-12 12:23:19
|
Currently up to 1.5 lines are drawn outside the box. One line is due to an off-by-one bug in the draw() method, and the half one is because the top margin isn't considered. The patch also removes a comment about code that is no longer there. m. |