1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0026773: Visualization - deviation angle cannot be set by AIS_InteractiveContext::SetDeviationAngle() due to misprint

Modified deviation angle setter to set the angle.
This commit is contained in:
Benjamin Bihler 2015-10-14 11:45:18 +03:00 committed by bugmaster
parent 36b9ff756a
commit e19792fafc

View File

@ -1480,7 +1480,7 @@ void AIS_InteractiveContext::SetDeviationCoefficient (const Standard_Real theCoe
//=======================================================================
void AIS_InteractiveContext::SetDeviationAngle (const Standard_Real theAngle)
{
myDefaultDrawer->SetDeviationCoefficient (theAngle);
myDefaultDrawer->SetDeviationAngle (theAngle);
}
//=======================================================================