mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Thicken SummaryChart GT_POINTS lines a bit
This commit is contained in:
parent
dcd25fc32b
commit
733ababef2
@ -21,7 +21,10 @@ SummaryChart::SummaryChart(QString label,GraphType type)
|
||||
quads->forceAntiAlias(true);
|
||||
|
||||
points->setSize(10);
|
||||
lines->setSize(1.5);
|
||||
if (m_graphtype==GT_POINTS) {
|
||||
lines->setSize(4);
|
||||
} else
|
||||
lines->setSize(1.5);
|
||||
//lines->setBlendFunc(GL_SRC_COLOR, GL_ZERO);
|
||||
//lines->forceAntiAlias(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user