From: mpv Date: Mon, 14 Sep 2015 05:12:14 +0000 (+0300) Subject: Roll back the modification, not yet approved X-Git-Tag: V_1.4.0_beta4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=853e0eec6016120b641efa6adf427a239cf203cf;p=modules%2Fshaper.git Roll back the modification, not yet approved --- 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) {