Salome HOME
Fix of crash on undo/redo/undo of extrusion: the comment of sketch result was erased...
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
index 998b27258c5286ee3eec8b4811c37d4537446310..a43e1564bcabc431dbb2988e63b65513e70e7f53 100644 (file)
@@ -1,3 +1,5 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <source>
   <shape_selector id="placement_base_face" 
     label="Select a face" 
@@ -7,10 +9,12 @@
     use_subshapes="true"
   />
   <shape_selector id="placement_attractable_face" 
-    label="Select a face" 
-    icon=":icons/cut_shape.png" 
-    tooltip="Select a face of another object"
-    shape_types="face"
-    use_subshapes="true"
-  />
+               label="Select a face" 
+               icon=":icons/cut_shape.png" 
+               tooltip="Select a face of another object" 
+               shape_types="face" 
+               use_subshapes="true"    
+               concealment="true" >
+       <validator id="PartSet_DifferentObjects"/>
+  </shape_selector>
 </source>