From: vsv Date: Mon, 26 Oct 2015 12:09:47 +0000 (+0300) Subject: Regression fix: not toggled up button on closing of contour of lines X-Git-Tag: V_2.0.0_alfa1~66 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=95eee6723538599e290922329bb5b2653ebaab20;p=modules%2Fshaper.git Regression fix: not toggled up button on closing of contour of lines --- diff --git a/src/XGUI/XGUI_ActionsMgr.cpp b/src/XGUI/XGUI_ActionsMgr.cpp index 83a388576..968457ffe 100644 --- a/src/XGUI/XGUI_ActionsMgr.cpp +++ b/src/XGUI/XGUI_ActionsMgr.cpp @@ -118,9 +118,9 @@ void XGUI_ActionsMgr::update() } // TODO(SBH): Get defaults state of actions from XML and remove the following method updateByDocumentKind(); - updateCheckState(); updateByPlugins(anActiveFeature); } + updateCheckState(); } void XGUI_ActionsMgr::updateCheckState()