Salome HOME
Merge branch 'BR_ADVANCED_CURRENT_FEATURE_MANAGEMENT' into Dev_1.5.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.cpp
index 97388529154b9daeb80fc0da22bc1e3d7e1b9b62..c6762043e1d8796f78cbf4725c80ee9200dc101f 100755 (executable)
@@ -275,6 +275,8 @@ void ModuleBase_OperationFeature::activateByPreselection()
   if (myPreSelection.empty())
     return;
 
+  ModuleBase_ISelection::filterPreselectionOnEqualPoints(myPreSelection);
+
   ModuleBase_ModelWidget* aFilledWgt = 0;
   ModuleBase_IPropertyPanel* aPropertyPanel = propertyPanel();
   if (aPropertyPanel) {