From: sbh Date: Thu, 22 Jan 2015 14:14:15 +0000 (+0300) Subject: Issue #316: call commands update on Part activation X-Git-Tag: V_1.0.0~26^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3045dc9d57a40d6064a6533370435e5f016005e5;p=modules%2Fshaper.git Issue #316: call commands update on Part activation --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index a0ee89260..8edb199b3 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -1239,6 +1239,7 @@ void XGUI_Workshop::activatePart(ResultPartPtr theFeature) myObjectBrowser->activatePart(theFeature); myPartActivating = false; } + updateCommandStatus(); } //**************************************************************