From 9f9530c4e026cdb9d7fe444ffcf99c268d095c3c Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 22 Mar 2017 15:32:54 +0300 Subject: [PATCH] Update of the comment line --- src/Model/Model_Update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2