mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Turn off debugging font color
This commit is contained in:
parent
18082cbef5
commit
b041277ad4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user