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) {