From 95eee6723538599e290922329bb5b2653ebaab20 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 26 Oct 2015 15:09:47 +0300 Subject: [PATCH 1/1] Regression fix: not toggled up button on closing of contour of lines --- src/XGUI/XGUI_ActionsMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.30.2