]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
1. Compound selection choice is provided for sketch selection in Extrusion operation...
authornds <natalia.donis@opencascade.com>
Mon, 22 Jun 2015 13:01:48 +0000 (16:01 +0300)
committernds <natalia.donis@opencascade.com>
Mon, 22 Jun 2015 13:01:48 +0000 (16:01 +0300)
2. Document shape filter check whether the operation is started itself. This improvement is similar to the infinite filter using. The matter is that the nested operation stop should not remove the filter from the context. If it is happened, objects from out parts is selected in sketch operation after, for example, translate operation stop. So, it seems that it is a best decision to check the active operation availability in the filter.

src/PartSet/PartSet_Module.cpp

index dc38402585e2ed0ec4eeb15e7a8498182d09fd37..45e3f2d436eafc74170903020708100acdb61d21 100644 (file)
@@ -259,7 +259,6 @@ void PartSet_Module::onOperationStopped(ModuleBase_Operation* theOperation)
   else if (PartSet_SketcherMgr::isNestedSketchOperation(theOperation)) {
     mySketchMgr->stopNestedSketch(theOperation);
   }
-  //myWorkshop->viewer()->removeSelectionFilter(myDocumentShapeFilter);
 }
 
 ModuleBase_Operation* PartSet_Module::currentOperation() const