Salome HOME
Simplified calculation of fly out distance and creation of constraints limited only...
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.cpp
index 033e1d44c7c7c2461895ab8950dab8c7bc89615d..2382354ea57b469471d9588722e1b8e8f43f7d66 100644 (file)
@@ -220,7 +220,7 @@ void XGUI_OperationMgr::updateApplyOfOperations(ModuleBase_Operation* theOperati
   if (theOperation) {
     ModuleBase_OperationFeature* aFOperation = dynamic_cast<ModuleBase_OperationFeature*>(theOperation);
     if (aFOperation)
-      anErrorMgr->updateActions(aFOperation->feature());
+      anErrorMgr->updateAcceptAllAction(aFOperation->feature());
     //emit nestedStateChanged(theOperation->getDescription()->operationId().toStdString(),
     //                        theOperation->isValid());
   }