0032124: Visualization, AIS_Shape - setting color will cause Iso Lines to appear...
[occt.git] / src / Prs3d / Prs3d_Drawer.cxx
index d0bfe0e..d8b54cf 100644 (file)
@@ -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;
   }