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:
parent
5e452c37ee
commit
a69a08ee9e
@ -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();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user