From 853e0eec6016120b641efa6adf427a239cf203cf Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 14 Sep 2015 08:12:14 +0300 Subject: [PATCH] Roll back the modification, not yet approved --- src/Model/Model_Update.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Model/Model_Update.cpp b/src/Model/Model_Update.cpp index 2a1062a8f..fe86d7a28 100644 --- a/src/Model/Model_Update.cpp +++ b/src/Model/Model_Update.cpp @@ -217,7 +217,6 @@ void Model_Update::iterateUpdateBreak(std::shared_ptr theFeatu void Model_Update::processOperation(const bool theTotalUpdate, const bool theFinish) { if (theFinish) { - /* // the hardcode (DBC asked): hide the sketch referenced by extrusion on apply std::set >::iterator aFIter; for(aFIter = myWaitForFinish.begin(); aFIter != myWaitForFinish.end(); aFIter++) @@ -235,7 +234,7 @@ void Model_Update::processOperation(const bool theTotalUpdate, const bool theFin } } } - }*/ + } } // perform update of everything if needed if (!myIsExecuted) { -- 2.39.2