]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Better management of errors.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 1 Mar 2017 14:27:43 +0000 (15:27 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 1 Mar 2017 14:27:43 +0000 (15:27 +0100)
src/PrimitivesPlugin/cylinder_widget.xml

index a9469742e0a29fa630f499bff164638e34ca70c0..780e29384c8ccc6e49b61a68d58e33f9df630e1c 100644 (file)
@@ -31,7 +31,6 @@
           min="0."
           icon="icons/Primitives/radius.png"
           tooltip="Enter the radius of the cylinder">
-        <validator id="GeomValidators_Positive"/>
       </doublevalue>
       <doublevalue
           id="height"
@@ -41,7 +40,6 @@
           min="0."
           icon="icons/Primitives/dimension_v.png"
           tooltip="Enter the height of the cylinder">
-        <validator id="GeomValidators_Positive"/>
       </doublevalue>
     </box>
     <box id="CylinderPortion" title="Portion of cylinder" icon="icons/Primitives/cylinder_portion_32x32.png">
@@ -73,7 +71,6 @@
           min="0."
           icon="icons/Primitives/radius.png"
           tooltip="Enter the radius of the cylinder">
-        <validator id="GeomValidators_Positive"/>
       </doublevalue>
       <doublevalue
           id="height"
@@ -83,7 +80,6 @@
           min="0."
           icon="icons/Primitives/dimension_v.png"
           tooltip="Enter the height of the cylinder">
-        <validator id="GeomValidators_Positive"/>
       </doublevalue>
       <doublevalue
           id="angle"
@@ -94,7 +90,6 @@
           max="360."
           icon="icons/Primitives/angle.png"
           tooltip="Enter the angle of the portion of the cylinder">
-        <validator id="GeomValidators_Positive"/>
       </doublevalue>
     </box>
   </toolbox>