Salome HOME
Recalculate DoF when removing feature without constraints (issue #1456)
[modules/shaper.git] / src / FeaturesPlugin / group_widget.xml
index 1b1825329df41ef62ca2d60134d503eeaf788bb2..731522c559459caa12ebae1d2365803ba4357324 100644 (file)
@@ -1,7 +1,10 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <multi_selector id="group_list" 
-    tooltip="Select a set of objects" 
-    type_choice="Vertices Edges Faces Solids" /> 
+  <multi_selector id="group_list"
+    tooltip="Select a set of objects"
+    type_choice="Vertices Edges Faces Solids"
+    use_choice="true">
+    <validator id="GeomValidators_BodyShapes" parameters="Sketch"/>
+  </multi_selector>
 </source>
\ No newline at end of file