##// END OF EJS Templates
Fix text color for debug information...
Titta Heikkala -
r2615:43b255a1880d
parent child
Show More
@@ -71,7 +71,7 void ChartBackground::paint(QPainter *painter, const QStyleOptionGraphicsItem *o
71 painter->setBrush(brush());
71 painter->setBrush(brush());
72 painter->drawRoundedRect(rect(), m_diameter, m_diameter);
72 painter->drawRoundedRect(rect(), m_diameter, m_diameter);
73 #ifndef QT_NO_DEBUG
73 #ifndef QT_NO_DEBUG
74 painter->setPen(Qt::black);
74 painter->setPen(Qt::gray);
75 QFont font;
75 QFont font;
76 QString build("build %1");
76 QString build("build %1");
77 font.setPointSize(6);
77 font.setPointSize(6);
General Comments 0
You need to be logged in to leave comments. Login now