From b0e2ff286de8601a3ea3b1e22543a5bee71ad095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 17 May 2017 11:57:50 +0200 Subject: [PATCH] Changed the color of the 2D param mesh to the default blue --- .../Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp index 50912f56847..e91da0144ad 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp @@ -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);