X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.cpp;h=c1348168e8dd5be66e7c0312af78dbb61aa8bc44;hb=f6a26acb1d58b1ccd50c938b785dc39df1877374;hp=5898c252db08c15615fadd2313cbaf7cc2f004c2;hpb=62ac5cb68c7525abbb4255fe8fcc60f01176512e;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 5898c252d..c1348168e 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -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(workshop());