From 96e385f3cf0b18295e185bfce85d5494924566b9 Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 8 Sep 2015 17:02:30 +0300 Subject: [PATCH] Fix for issue #913: update sketch elements due to the parameters update --- src/Model/Model_Update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2