Salome HOME
Merge branch 'master' of newgeom:newgeom
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 17 Sep 2014 12:12:11 +0000 (16:12 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 17 Sep 2014 12:12:11 +0000 (16:12 +0400)
1  2 
src/SketchPlugin/plugin-Sketch.xml

index 412944f03da4f305a980612b92357db790225f7d,f41abc2a2be62eb63d04dc447669751ac70e3d2b..04a99179e35405f7844edbd0aef9670dcfccca2e
        
        <feature id="SketchConstraintPerpendicular" title="Perpendicular" tooltip="Create constraint defining two perpendicular lines" icon=":icons/perpendicular.png">
          <feature_selector id="ConstraintEntityA" label="First line" tooltip="Select an line in the viewer">
 -          <validator id="SketchPlugin_ResultLineValidator"/>
 +          <validator id="SketchPlugin_ResultLine"/>
 +          <validator id="SketchPlugin_DifferentObjects"/>
          </feature_selector>
          <feature_selector id="ConstraintEntityB" label="Last line" tooltip="Select an line in the viewer">
 -          <validator id="SketchPlugin_ResultLineValidator"/>
 +          <validator id="SketchPlugin_ResultLine"/>
 +          <validator id="SketchPlugin_DifferentObjects"/>
          </feature_selector>
-         <point_selector id="ConstraintFlyoutValuePnt" internal="1"/>
          <validator id="PartSet_PerpendicularValidator"/>
        </feature>
      </group>