From 0b4717c2b3198a8adccceceeb05a3c7eb40ca698 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 28 Dec 2011 14:21:10 +1000 Subject: [PATCH] Fix openGL scissor for that last summarychart pixel offset --- Graphs/gSummaryChart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gSummaryChart.cpp b/Graphs/gSummaryChart.cpp index d1fc281a..bc4cc5fb 100644 --- a/Graphs/gSummaryChart.cpp +++ b/Graphs/gSummaryChart.cpp @@ -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;