Salome HOME
Fix compilation errors (part 2)
[modules/shaper.git] / src / BuildPlugin / wire_widget.xml
index e2843b4378726dc2843410e30d943cd324d57ea9..b085c21758cb86209539459b85b1c9bc8370bca7 100644 (file)
@@ -3,12 +3,14 @@
 <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."
+                  type_choice="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>