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