]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #316: call commands update on Part activation
authorsbh <sergey.belash@opencascade.com>
Thu, 22 Jan 2015 14:14:15 +0000 (17:14 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 22 Jan 2015 14:14:15 +0000 (17:14 +0300)
src/XGUI/XGUI_Workshop.cpp

index a0ee892600a6e08320351deda27c4a0bf7d845ee..8edb199b3b327fe437a39f6a70b8a40560be7f47 100644 (file)
@@ -1239,6 +1239,7 @@ void XGUI_Workshop::activatePart(ResultPartPtr theFeature)
     myObjectBrowser->activatePart(theFeature);
     myPartActivating = false;
   }
+  updateCommandStatus();
 }
 
 //**************************************************************