Salome HOME
#1707 Fatal error when Recover box
[modules/shaper.git] / src / FeaturesPlugin / group_widget.xml
index d4288b638b250c23bb6e971c411cd1aec1112c02..6192e9826a17fda234fa6215031f7084cba65d5a 100644 (file)
@@ -1,5 +1,11 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <source>
-  <multi_selector id="group_list" 
-    tooltip="List of selected 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"
+    clear_in_neutral_point="false">
+    <validator id="GeomValidators_BodyShapes"/>
+  </multi_selector>
 </source>
\ No newline at end of file