From 733ababef2189959877f1e0f6dd80968d62c4df7 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 9 Nov 2013 13:25:33 +1000 Subject: [PATCH] Thicken SummaryChart GT_POINTS lines a bit --- sleepyhead/Graphs/gSummaryChart.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gSummaryChart.cpp b/sleepyhead/Graphs/gSummaryChart.cpp index 62ab06e4..2bcb0ad0 100644 --- a/sleepyhead/Graphs/gSummaryChart.cpp +++ b/sleepyhead/Graphs/gSummaryChart.cpp @@ -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);