From: nds Date: Thu, 5 Nov 2015 13:12:38 +0000 (+0300) Subject: A correction to check modified value in extrusion cut/sketch/etc operations. X-Git-Tag: V_2.0.0_alfa1~6^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7e01af6cfeb76252b3fd062f6a2f35115994a422;p=modules%2Fshaper.git A correction to check modified value in extrusion cut/sketch/etc operations. --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index d534f9d5d..b38f5e4f8 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -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();