X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintLength.cpp;h=575c0f10a9f9a620ee01a97802eea42e44dcccff;hb=20d233731eaae06b9a75280a2ca675bc9a11cc72;hp=9d996ab24028ccde370554cefbe64b3497148b90;hpb=c8a838ed76da0c6784bcd1ee67ef9af7da994bf7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintLength.cpp b/src/SketchPlugin/SketchPlugin_ConstraintLength.cpp index 9d996ab24..575c0f10a 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintLength.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintLength.cpp @@ -128,8 +128,6 @@ AISObjectPtr SketchPlugin_ConstraintLength::getAISObject(AISObjectPtr thePreviou if (!anAIS) { anAIS = SketcherPrs_Factory::lengthDimensionConstraint(this, sketch()->coordinatePlane()); } - - // Set color from preferences std::vector aRGB = Config_PropManager::color("Visualization", "sketch_dimension_color", SKETCH_DIMENSION_COLOR); anAIS->setColor(aRGB[0], aRGB[1], aRGB[2]);