Salome HOME
Update viewer on delete an item
[modules/shaper.git] / src / BuildPlugin / wire_widget.xml
index e2843b4378726dc2843410e30d943cd324d57ea9..96067ebe6d9917d26bfda0e59bbfe7d2ddea87bc 100644 (file)
@@ -1,14 +1,14 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <source>
   <multi_selector id="base_objects"
                   label="Segments and wires:"
-                  tooltip="Select an edges on sketch or wires objects."
-                  type_choice="edges objects">
-    <validator id="BuildPlugin_ValidatorBaseForWire" parameters="edge,wire"/>
+                  tooltip="Select edges on sketch, edges or wires objects."
+                  shape_types="edges wires"
+                  concealment="true">
+    <validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire"/>
   </multi_selector>
   <action id="add_contour"
           label="Add contour"
           tooltip="Adds to the list of segments other segments of the sketcher
                    connected to the already selected ones to create a closed contour."/>
+  <validator id="BuildPlugin_ValidatorBaseForWire" parameters="base_objects"/>
 </source>