Salome HOME
Exlude the user input during process events by application (Bug #325).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.cxx
index 4afa67d312feac2bd6f91f01e198b89a4d7eca8b..7739a90ed91925faf577af9c7c5c45b407847c7e 100644 (file)
@@ -579,7 +579,7 @@ void HYDROGUI_Shape::buildShape()
     myShape = new AIS_Shape( myTopoShape );
   }
 
-  myShape->SetHLRAngleAndDeviation( 0.0001 );
+  myShape->SetHLRAngleAndDeviation( 0.001 );
 
   if ( !myObject.IsNull() )
     myShape->SetOwner( myObject );