Turn off debugging font color

This commit is contained in:
Mark Watkins 2014-05-10 10:51:35 +10:00
parent 18082cbef5
commit b041277ad4

View File

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