X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_OperationMgr.cpp;h=2382354ea57b469471d9588722e1b8e8f43f7d66;hb=64fc7e4fdd63997ec7a502b233ef5f88186d5bbb;hp=033e1d44c7c7c2461895ab8950dab8c7bc89615d;hpb=60dfa3359d9982f72d6359fede8520280bfaa6db;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_OperationMgr.cpp b/src/XGUI/XGUI_OperationMgr.cpp index 033e1d44c..2382354ea 100644 --- a/src/XGUI/XGUI_OperationMgr.cpp +++ b/src/XGUI/XGUI_OperationMgr.cpp @@ -220,7 +220,7 @@ void XGUI_OperationMgr::updateApplyOfOperations(ModuleBase_Operation* theOperati if (theOperation) { ModuleBase_OperationFeature* aFOperation = dynamic_cast(theOperation); if (aFOperation) - anErrorMgr->updateActions(aFOperation->feature()); + anErrorMgr->updateAcceptAllAction(aFOperation->feature()); //emit nestedStateChanged(theOperation->getDescription()->operationId().toStdString(), // theOperation->isValid()); }