From bd793adfc9774a57466c6f5a3439cf12f86cc809 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 2 Jan 2012 11:05:39 +1000 Subject: [PATCH] Force alpha to full in SummaryLine plot --- Graphs/gSummaryChart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gSummaryChart.cpp b/Graphs/gSummaryChart.cpp index ca43cdec..3f214207 100644 --- a/Graphs/gSummaryChart.cpp +++ b/Graphs/gSummaryChart.cpp @@ -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;