mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +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 {
|
} else {
|
||||||
// Just draw the fonts..
|
// Just draw the fonts..
|
||||||
painter.setPen(QColor("red")); //q.color);
|
painter.setPen(QColor(q.color));
|
||||||
painter.setFont(*q.font);
|
painter.setFont(*q.font);
|
||||||
|
|
||||||
if (q.angle == 0) {
|
if (q.angle == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user