mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Disabled the blocks over the edges of XTicker, as it causes font problems and screen glitches on certain hardware
This commit is contained in:
parent
69058b6138
commit
4bce16d52e
@ -196,7 +196,7 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height)
|
||||
glDisableClientState(GL_VERTEX_ARRAY); // deactivate vertex arrays after drawing
|
||||
|
||||
|
||||
if (m_fadeout) {
|
||||
/* if (m_fadeout) {
|
||||
|
||||
glFlush();
|
||||
w.DrawTextQue();
|
||||
@ -219,7 +219,7 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height)
|
||||
glVertex2f(left+width+20,top+5);
|
||||
glEnd();
|
||||
glDisable(GL_BLEND);
|
||||
}
|
||||
}*/
|
||||
// glDisable(GL_SCISSOR_TEST);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user