From: vsv Date: Thu, 5 Feb 2015 14:49:39 +0000 (+0300) Subject: Avoid extra connections to operations X-Git-Tag: V_1.0.0~1^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e1044ded8bda48259342dd2588673b901bb23220;p=modules%2Fshaper.git Avoid extra connections to operations --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 4022d7fc7..0a5776c3e 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -570,7 +570,7 @@ void XGUI_Workshop::onOperationResumed(ModuleBase_Operation* theOperation) setNestedFeatures(theOperation); if (theOperation->getDescription()->hasXmlRepresentation()) { //!< No need for property panel - connectWithOperation(theOperation); + // connectWithOperation(theOperation); already connected setPropertyPanel(theOperation); } updateCommandStatus();