mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032124: Visualization, AIS_Shape - setting color will cause Iso Lines to appear due to misprint in Prs3d_Drawer::SetOwnLineAspects()
Fixed misprint myUIsoAspect -> myVIsoAspect.
This commit is contained in:
@@ -1140,7 +1140,7 @@ Standard_Boolean Prs3d_Drawer::SetOwnLineAspects (const Handle(Prs3d_Drawer)& th
|
||||
if (!aLink.IsNull())
|
||||
{
|
||||
*myVIsoAspect->Aspect() = *aLink->VIsoAspect()->Aspect();
|
||||
myUIsoAspect->SetNumber (aLink->VIsoAspect()->Number());
|
||||
myVIsoAspect->SetNumber (aLink->VIsoAspect()->Number());
|
||||
}
|
||||
myHasOwnVIsoAspect = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user