From: nds Date: Thu, 11 Dec 2014 06:57:51 +0000 (+0300) Subject: It is a filters implementation to be set in the XML file. X-Git-Tag: before_slalome_7.5.1~27^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c448806d7b2292a7f3230ac7206f41edc7a0288;p=modules%2Fshaper.git It is a filters implementation to be set in the XML file. Comment the filters set, there is a problem in the perpendicular build on existing preselection. --- diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp b/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp index e31c52d4a..886c57658 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp @@ -432,7 +432,7 @@ void ModuleBase_WidgetShapeSelector::activateSelection(bool toActivate) } } - ModuleBase_FilterFactory* aFactory = myWorkshop->selectionFilters(); + /*ModuleBase_FilterFactory* aFactory = myWorkshop->selectionFilters(); const SelectMgr_ListOfFilter& aFilters = aFactory->filters(parentID(), attributeID()); SelectMgr_ListIteratorOfListOfFilter aIt(aFilters); for (; aIt.More(); aIt.Next()) { @@ -441,7 +441,7 @@ void ModuleBase_WidgetShapeSelector::activateSelection(bool toActivate) aViewer->addSelectionFilter(aFilter); else aViewer->removeSelectionFilter(aFilter); - } + }*/ } //********************************************************************