From: mpv Date: Wed, 22 Mar 2017 12:32:54 +0000 (+0300) Subject: Update of the comment line X-Git-Tag: V_2.7.0~202 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f9530c4e026cdb9d7fe444ffcf99c268d095c3c;p=modules%2Fshaper.git Update of the comment line --- diff --git a/src/Model/Model_Update.cpp b/src/Model/Model_Update.cpp index 5c0965e7d..f1e23dcf8 100755 --- a/src/Model/Model_Update.cpp +++ b/src/Model/Model_Update.cpp @@ -490,7 +490,7 @@ bool Model_Update::processFeature(FeaturePtr theFeature) updateArguments(theFeature); std::shared_ptr aShapeAfter = anExtSel->value(); if (!aShapeAfter.get() && anExtSel->context()) aShapeAfter = anExtSel->context()->shape(); - // if selected plane is different, make all subs taouched, reason of this sketch to be recomputed + // if selected plane is changed, try to re-take external references of all subs of the sketch if (aShapeBefore.get() && !aShapeBefore->isEqual(aShapeAfter)) { std::set aWholeR; allReasons(theFeature, aWholeR);