From cb15fdf727dba69b405bc4f1a1a903d70ebeb870 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 16 Apr 2012 15:12:07 +0200 Subject: [PATCH] 0022903: DeviationAngle from AIS_InteractiveContext returns constant value Returning myDefaultDrawer->DeviationAngle() instead of a constant value --- src/AIS/AIS_InteractiveContext.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } //======================================================================= -- 2.39.5