X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ErrorMgr.cpp;h=249dfe00491ec65e98045a6e586a2cae960b8358;hb=0bada2df7b7948c756effe42fe860cc1b93b77af;hp=317babf1e83fe0d45226e5610da537bd135b3609;hpb=71ca600955b5c93f45e6657fd0d6342596ee1755;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ErrorMgr.cpp b/src/XGUI/XGUI_ErrorMgr.cpp index 317babf1e..249dfe004 100644 --- a/src/XGUI/XGUI_ErrorMgr.cpp +++ b/src/XGUI/XGUI_ErrorMgr.cpp @@ -96,7 +96,8 @@ void XGUI_ErrorMgr::updateAcceptAllAction(const FeaturePtr& theFeature) QString anError = ""; /// to allow the module have the button always enabled - bool isActionStateEnabled = myWorkshop->module()->isActionEnableStateFixed(XGUI_ActionsMgr::AcceptAll); + bool isActionStateEnabled = + myWorkshop->module()->isActionEnableStateFixed(XGUI_ActionsMgr::AcceptAll); if (!isActionStateEnabled) { anError = myWorkshop->module()->getFeatureError(theFeature); if (anError.isEmpty()) {