From: nds Date: Thu, 5 Nov 2015 10:35:08 +0000 (+0300) Subject: Update "Accept All" button before internal edit is started. X-Git-Tag: V_2.0.0_alfa1~6^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30f8d17b61aac28e5dc1bb8644fc6857a7bdf63d;p=modules%2Fshaper.git Update "Accept All" button before internal edit is started. --- diff --git a/src/PartSet/PartSet_SketcherReetntrantMgr.cpp b/src/PartSet/PartSet_SketcherReetntrantMgr.cpp index b80724885..113078af8 100755 --- a/src/PartSet/PartSet_SketcherReetntrantMgr.cpp +++ b/src/PartSet/PartSet_SketcherReetntrantMgr.cpp @@ -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();