Fix openGL scissor for that last summarychart pixel offset

This commit is contained in:
Mark Watkins 2011-12-28 14:21:10 +10:00
parent 48e20fc825
commit 0b4717c2b3

View File

@ -490,7 +490,7 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height)
//lastQ=Q;
}
lines->scissor(left,w.flipY(top+height+2),width+1,height+1);
lines->scissor(left,w.flipY(top+height+2),width+1,height+2);
// Draw Ledgend
px=left+width-3;