Salome HOME
It undoes one modification, which leads to crash in the full SALOME mode
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index 5898c252db08c15615fadd2313cbaf7cc2f004c2..c1348168e8dd5be66e7c0312af78dbb61aa8bc44 100644 (file)
@@ -254,17 +254,9 @@ void PartSet_Module::onSelectionChanged()
         }
       }
     }
-  } else if (mySketchMgr->sketchOperationIdList().contains(aOperation->id()) && 
-    aOperation->isEditOperation()) {
-    // if this is sketch operation in edit mode
-
-      ModuleBase_ISelection* aSelect = myWorkshop->selection();
-      //aSelect->selectedShapes();
-  }
+  } 
 }
 
-      // after movement the solver will call the update event: optimization
-
 void PartSet_Module::onKeyRelease(ModuleBase_IViewWindow* theWnd, QKeyEvent* theEvent)
 {
   XGUI_ModuleConnector* aConnector = dynamic_cast<XGUI_ModuleConnector*>(workshop());