mirror of https://github.com/CGAL/cgal
Changed the color of the 2D param mesh to the default blue
This commit is contained in:
parent
e399a9767d
commit
b0e2ff286d
|
|
@ -247,7 +247,7 @@ public :
|
|||
{
|
||||
QPen pen;
|
||||
QBrush brush;
|
||||
brush.setColor(Qt::red);
|
||||
brush.setColor(QColor(100, 100, 255));
|
||||
brush.setStyle(Qt::SolidPattern);
|
||||
pen.setColor(Qt::black);
|
||||
pen.setWidth(0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue