From 2e7acf49dd6e95a32fab5a395752172f76c031d7 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 10 May 2017 17:43:32 +0300 Subject: [PATCH] Issue #2149 Split does not highlight the selected edge --- src/SketchPlugin/SketchPlugin_Split.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.39.2