X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=1af4d28bbc9541abccb51ad2672cbaded7bc3f6b;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=cbbfcdf55c162bf8d6141366872980645d1cba6b;hpb=8951f041a2cc5f24812154ed99b17f0221b82002;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index cbbfcdf55..1af4d28bb 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -20,11 +20,6 @@ #include -#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; }