mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0017460: Error in StdSelect_BRepOwner::Clear
This commit is contained in:
parent
18758aca3d
commit
6153bb632d
@ -139,7 +139,7 @@ void StdSelect_BRepOwner::Clear(const Handle(PrsMgr_PresentationManager)& PM,
|
||||
#else
|
||||
Standard_Integer M = (myCurMode==-1) ? aMode:myCurMode;
|
||||
#endif
|
||||
if(myPrsSh.IsNull())
|
||||
if (!myPrsSh.IsNull())
|
||||
PM->Clear(myPrsSh,M);
|
||||
myPrsSh.Nullify();
|
||||
}
|
||||
@ -157,7 +157,3 @@ void StdSelect_BRepOwner::ResetLocation()
|
||||
if(!myPrsSh.IsNull())
|
||||
myPrsSh.Nullify();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user