Salome HOME
Another fix for revolution naming.
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plane.h
index 317d6f348232239c1b4c3c5037c5f3085d23d183..546577b44ea5d35a31fe8df7881b2ab083b5ea47 100644 (file)
@@ -31,7 +31,7 @@ class ConstructionPlugin_Plane : public ModelAPI_Feature, public GeomAPI_ICustom
   /// default color for a plane
   inline static const std::string& DEFAULT_COLOR()
   {
-    static const std::string CONSTRUCTION_PLANE_COLOR("#32FF32");
+    static const std::string CONSTRUCTION_PLANE_COLOR("150,150,180");
     return CONSTRUCTION_PLANE_COLOR;
   }