]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
A correction to check modified value in extrusion cut/sketch/etc operations.
authornds <nds@opencascade.com>
Thu, 5 Nov 2015 13:12:38 +0000 (16:12 +0300)
committernds <nds@opencascade.com>
Thu, 5 Nov 2015 13:12:38 +0000 (16:12 +0300)
src/XGUI/XGUI_Workshop.cpp

index d534f9d5dba53aa09ac4b8516f3b400315846a3f..b38f5e4f84dfba7647ec1d11af113d320348bd0a 100755 (executable)
@@ -486,6 +486,7 @@ void XGUI_Workshop::onOperationResumed(ModuleBase_Operation* theOperation)
 
   if (theOperation->getDescription()->hasXmlRepresentation()) {  //!< No need for property panel
     setPropertyPanel(theOperation);
+    connectToPropertyPanel(true);
   }
   updateCommandStatus();