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:
parent
36b9ff756a
commit
e19792fafc
@ -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);
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user