X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FAIS%2FAIS_ColoredShape.cxx;h=3354a5c360b83c171eabad68d5faaefe1f18ecbc;hb=67441d0ca30466eec83edf8e8f87fcfd45c07119;hpb=b5163d2f8d19e9120fc9c019f3e1fd41100c8b11 diff --git a/src/AIS/AIS_ColoredShape.cxx b/src/AIS/AIS_ColoredShape.cxx index c5ca8990c2..3354a5c360 100644 --- a/src/AIS/AIS_ColoredShape.cxx +++ b/src/AIS/AIS_ColoredShape.cxx @@ -491,7 +491,7 @@ void AIS_ColoredShape::ComputeSelection (const Handle(SelectMgr_Selection)& theS const TopAbs_ShapeEnum aTypOfSel = AIS_Shape::SelectionType (theMode); const Standard_Real aDeflection = Prs3d::GetDeflection (myshape, myDrawer); - const Standard_Real aDeviationAngle = myDrawer->HLRAngle(); + const Standard_Real aDeviationAngle = myDrawer->DeviationAngle(); const Standard_Integer aPriority = StdSelect_BRepSelectionTool::GetStandardPriority (myshape, aTypOfSel); if (myDrawer->IsAutoTriangulation() && !BRepTools::Triangulation (myshape, Precision::Infinite()))