From: vsv Date: Fri, 22 May 2015 07:57:50 +0000 (+0300) Subject: Update commands status on Part activate/deactivate X-Git-Tag: V_1.2.0~117 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a66cbea751b63360f0500181aec224c137dbb581;p=modules%2Fshaper.git Update commands status on Part activate/deactivate --- diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 0805038bd..d92b6af6f 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -735,5 +735,6 @@ void PartSet_Module::processEvent(const std::shared_ptr& theMess } } aLabel->setPalette(aPalet); + aWorkshop->updateCommandStatus(); } }