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

0025294: Visualization, PrsMgr_Presentation - detach connected presentations on destruction

This commit is contained in:
kgv 2014-10-17 19:14:32 +04:00 committed by bugmaster
parent 5e452c37ee
commit a69a08ee9e

View File

@ -407,13 +407,7 @@ Handle(Prs3d_Projector) PrsMgr_Presentation::Projector (const Handle(Graphic3d_D
//=======================================================================
void PrsMgr_Presentation::Destroy()
{
if (!myStructure.IsNull())
{
// Remove structure from the list of displayed structures.
myStructure->Erase();
myStructure->Clear();
myStructure.Nullify();
}
Erase();
}
//=======================================================================