mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Increase line thickness used in SummaryChart plots
This commit is contained in:
parent
deec2660c4
commit
0b7916e1aa
@ -18,7 +18,7 @@ SummaryChart::SummaryChart(QString label,GraphType type)
|
||||
addGLBuf(quads=new GLShortBuffer(20000,GL_QUADS));
|
||||
addGLBuf(lines=new GLShortBuffer(20000,GL_LINES));
|
||||
quads->forceAntiAlias(true);
|
||||
lines->setSize(1.5);
|
||||
lines->setSize(2);
|
||||
lines->setBlendFunc(GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA);
|
||||
lines->forceAntiAlias(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user