Force alpha to full in SummaryLine plot

This commit is contained in:
Mark Watkins 2012-01-02 11:05:39 +10:00
parent 057f14c759
commit bd793adfc9

View File

@ -19,7 +19,7 @@ SummaryChart::SummaryChart(QString label,GraphType type)
addGLBuf(lines=new GLShortBuffer(20000,GL_LINES));
quads->forceAntiAlias(true);
lines->setSize(1.5);
lines->setBlendFunc(GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA);
lines->setBlendFunc(GL_ONE, GL_ONE);
lines->forceAntiAlias(false);
m_empty=true;