From b041277ad409e9f5f747cacd857b516b3971556b Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 10 May 2014 10:51:35 +1000 Subject: [PATCH] Turn off debugging font color --- sleepyhead/Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 0a87ab87..0b55d91f 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -445,7 +445,7 @@ void gGraphView::DrawTextQue(QPainter &painter) } } else { // Just draw the fonts.. - painter.setPen(QColor("red")); //q.color); + painter.setPen(QColor(q.color)); painter.setFont(*q.font); if (q.angle == 0) {