1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025532: Visualization - fix cross-references between AIS_ConnectedInteractive and connected presentation

New test case added.
This commit is contained in:
dbp
2015-01-15 14:37:12 +03:00
committed by bugmaster
parent df932fdfb2
commit c8be748cd4
2 changed files with 54 additions and 2 deletions

View File

@@ -96,8 +96,6 @@ void AIS_ConnectedInteractive::Connect (const Handle(AIS_InteractiveObject)& the
{
myTypeOfPresentation3d = myReference->TypeOfPresentation3d();
}
theAnotherObj->AddChild (this);
}
//=======================================================================