X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.cpp;h=c1348168e8dd5be66e7c0312af78dbb61aa8bc44;hb=12cf6439688fa2d21b1e9477f11edfc3a1124a89;hp=5898c252db08c15615fadd2313cbaf7cc2f004c2;hpb=b52164791e6cc6cdc2c009c7ef6667d9f476d3aa;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());