]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Update "Accept All" button before internal edit is started.
authornds <nds@opencascade.com>
Thu, 5 Nov 2015 10:35:08 +0000 (13:35 +0300)
committernds <nds@opencascade.com>
Thu, 5 Nov 2015 10:35:08 +0000 (13:35 +0300)
src/PartSet/PartSet_SketcherReetntrantMgr.cpp

index b80724885de98f1c2ae8de683f56b9252e34a7bc..113078af82994ef5becd70178518512fd8f4987a 100755 (executable)
@@ -273,6 +273,7 @@ bool PartSet_SketcherReetntrantMgr::startInternalEdit(const std::string& thePrev
 
   if (aFOperation && PartSet_SketcherMgr::isNestedSketchOperation(aFOperation)) {
     aFOperation->setEditOperation(true);
+    workshop()->operationMgr()->updateApplyOfOperations();
 
     createInternalFeature();