From: Pawel Date: Mon, 16 Apr 2012 13:12:07 +0000 (+0200) Subject: 0022903: DeviationAngle from AIS_InteractiveContext returns constant value X-Git-Tag: V6_5_4_beta1~182 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cb15fdf727dba69b405bc4f1a1a903d70ebeb870;p=occt-copy.git 0022903: DeviationAngle from AIS_InteractiveContext returns constant value Returning myDefaultDrawer->DeviationAngle() instead of a constant value --- diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index d3b7eab094..40a2e9e726 100755 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -1661,8 +1661,8 @@ void AIS_InteractiveContext::SetDeviationAngle(const Standard_Real anAngle) Standard_Real AIS_InteractiveContext::DeviationAngle() const { - return M_PI/180.0e0 ; - // return myDefaultDrawer->DeviationAngle(); + //return M_PI/180.0e0 ; + return myDefaultDrawer->DeviationAngle(); } //=======================================================================