From: mpv Date: Tue, 8 Sep 2015 14:02:30 +0000 (+0300) Subject: Fix for issue #913: update sketch elements due to the parameters update X-Git-Tag: V_1.4.0_beta4~74 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96e385f3cf0b18295e185bfce85d5494924566b9;p=modules%2Fshaper.git Fix for issue #913: update sketch elements due to the parameters update --- diff --git a/src/Model/Model_Update.cpp b/src/Model/Model_Update.cpp index 737a2fc6c..93205e353 100644 --- a/src/Model/Model_Update.cpp +++ b/src/Model/Model_Update.cpp @@ -202,7 +202,7 @@ void Model_Update::iterateUpdateBreak(std::shared_ptr theFeatu } // for the current breaked, set iteration to this feature precisely aBreaked->setCurrentBefore(theFeature); - myModification++; + //myModification++; } // the iterator that contains breaked is found, so, nothing else is needed return; @@ -275,7 +275,7 @@ void Model_Update::updateFeature(FeaturePtr theFeature) return; #ifdef DEB_UPDATE - //std::cout<<"Update Feature "<name()<name()<(theFeature); // If automatice update is not needed and feature attributes were not updated right now,