]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Avoid extra connections to operations
authorvsv <vitaly.smetannikov@opencascade.com>
Thu, 5 Feb 2015 14:49:39 +0000 (17:49 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Thu, 5 Feb 2015 14:49:39 +0000 (17:49 +0300)
src/XGUI/XGUI_Workshop.cpp

index 4022d7fc70d4e4cb0750393b73cddf4e75dbbad9..0a5776c3e34980a33bc76d9145668959d8e80e6b 100644 (file)
@@ -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();