From: nds Date: Wed, 10 May 2017 14:43:32 +0000 (+0300) Subject: Issue #2149 Split does not highlight the selected edge X-Git-Tag: V_2.7.1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2e7acf49dd6e95a32fab5a395752172f76c031d7;p=modules%2Fshaper.git Issue #2149 Split does not highlight the selected edge --- diff --git a/src/SketchPlugin/SketchPlugin_Split.cpp b/src/SketchPlugin/SketchPlugin_Split.cpp index 564ba7e8d..b4d6651a9 100644 --- a/src/SketchPlugin/SketchPlugin_Split.cpp +++ b/src/SketchPlugin/SketchPlugin_Split.cpp @@ -729,8 +729,8 @@ void SketchPlugin_Split::getFeaturePoints(const FeaturePtr& theFeature, } void SketchPlugin_Split::getConstraints(std::set& theFeaturesToDelete, - std::set& theFeaturesToUpdate, - std::map& theCoincidenceToFeature) + std::set& theFeaturesToUpdate, + std::map& theCoincidenceToFeature) { std::shared_ptr aData = data(); @@ -1577,7 +1577,8 @@ std::set > SketchPlugin_Split::getEdgeAttrib return anAttributes; } -std::shared_ptr SketchPlugin_Split::getPointAttribute(const bool isFirstAttribute) +std::shared_ptr SketchPlugin_Split::getPointAttribute + (const bool isFirstAttribute) { std::shared_ptr anAttribute;