Changed the color of the 2D param mesh to the default blue

This commit is contained in:
Mael Rouxel-Labbé 2017-05-17 11:57:50 +02:00
parent e399a9767d
commit b0e2ff286d
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public :
{ {
QPen pen; QPen pen;
QBrush brush; QBrush brush;
brush.setColor(Qt::red); brush.setColor(QColor(100, 100, 255));
brush.setStyle(Qt::SolidPattern); brush.setStyle(Qt::SolidPattern);
pen.setColor(Qt::black); pen.setColor(Qt::black);
pen.setWidth(0); pen.setWidth(0);