]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2266 Edges with V and H constraints can be selected by rectangle to use in...
authornds <nds@opencascade.com>
Thu, 5 Oct 2017 10:24:50 +0000 (13:24 +0300)
committernds <nds@opencascade.com>
Thu, 5 Oct 2017 10:24:50 +0000 (13:24 +0300)
src/SketchPlugin/plugin-Sketch.xml

index e03938bed0b1fd0b09205cc21fa9a75d402e9a9b..0c03eb5ce4a1f813fe06b72e03c5b9f4931dc78e 100644 (file)
@@ -847,7 +847,7 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         <sketch_shape_selector id="ConstraintEntityA"
             label="Line" tooltip="Select a line" shape_types="edge" use_external="false">
           <validator id="GeomValidators_ShapeType" parameters="line"/>
-          <validator id="SketchPlugin_HasNoConstraint" parameters="SketchConstraintHorizontal, SketchConstraintVertical"/>
+          <validator id="SketchPlugin_HasNoConstraint" parameters="SketchConstraintHorizontal,SketchConstraintVertical"/>
         </sketch_shape_selector>
         <validator id="PartSet_HVDirSelection"/>
       </feature>
@@ -857,7 +857,7 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         <sketch_shape_selector id="ConstraintEntityA"
             label="Line" tooltip="Select a line" shape_types="edge" use_external="false">
           <validator id="GeomValidators_ShapeType" parameters="line"/>
-          <validator id="SketchPlugin_HasNoConstraint" parameters="SketchConstraintHorizontal, SketchConstraintVertical"/>
+          <validator id="SketchPlugin_HasNoConstraint" parameters="SketchConstraintHorizontal,SketchConstraintVertical"/>
         </sketch_shape_selector>
         <validator id="PartSet_HVDirSelection"/>
       </feature>