mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
Force alpha to full in SummaryLine plot
This commit is contained in:
parent
057f14c759
commit
bd793adfc9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user