Salome HOME
Issue #2167: error when create circle
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_SketchEntity.h
index cbbfcdf55c162bf8d6141366872980645d1cba6b..1af4d28bbc9541abccb51ad2672cbaded7bc3f6b 100644 (file)
 
 #include <Config_PropManager.h>
 
-#define SKETCH_ENTITY_COLOR "225,0,0"
-#define SKETCH_EXTERNAL_COLOR "170,0,225"
-#define SKETCH_AUXILIARY_COLOR "0,85,0"
-#define SKETCH_OVERCONSTRAINT_COLOR "0,0,0"
-
 /**\class SketchPlugin_SketchEntity
  * \ingroup Plugins
  * \brief Sketch Entity for creation of the new feature in PartSet. 
@@ -171,7 +166,7 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC
     if (!theResult.get()) {
       double aDeflection = Config_PropManager::real("Visualization", "construction_deflection");
       thePrs->setDeflection(aDeflection);
-  }
+    }
     return isCustomized;
   }