]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Roll back the modification, not yet approved
authormpv <mpv@opencascade.com>
Mon, 14 Sep 2015 05:12:14 +0000 (08:12 +0300)
committermpv <mpv@opencascade.com>
Mon, 14 Sep 2015 05:12:14 +0000 (08:12 +0300)
src/Model/Model_Update.cpp

index 2a1062a8f30213e786c137b7492dc2ef5c1c8166..fe86d7a28adceca6f28310204c29155bbf6ce631 100644 (file)
@@ -217,7 +217,6 @@ void Model_Update::iterateUpdateBreak(std::shared_ptr<ModelAPI_Feature> 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<std::shared_ptr<ModelAPI_Object> >::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) {