Salome HOME
Merge branch 'CR26448'
[modules/shaper.git] / src / BuildPlugin / subshapes_widget.xml
index 7c9dcb5f924c613e4a0b0ff3cf719d301c9fb950..5f42c96a9b818639f5041bfeab89539038a32e73 100644 (file)
@@ -1,19 +1,18 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <source>
   <shape_selector id="base_shape"
                   label="Shape:"
                   tooltip="Select a shape to modify."
                   shape_types="objects"
-                  concealment="true">
+                  concealment="true"
+                  greed="true">
     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
   </shape_selector>
-  <multi_selector id="sub_shapes"
+  <multi_selector id="subshapes"
                   label="Sub-Shapes:"
                   tooltip="Select shapes on sketch to add."
-                  type_choice="vertices edges"
+                  shape_types="vertices edges"
                   concealment="true"
                   clear_in_neutral_point="false">
-    <validator id="BuildPlugin_ValidatorSubShapesSelection" parameters="base_shape,Sketch"/>
+    <validator id="BuildPlugin_ValidatorSubShapesSelection" parameters="Sketch"/>
   </multi_selector>
 </source>