mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Fix openGL scissor for that last summarychart pixel offset
This commit is contained in:
parent
48e20fc825
commit
0b4717c2b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user