1
0
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:
KGV 2011-09-16 12:44:35 +00:00 committed by bugmaster
parent 18758aca3d
commit 6153bb632d

View File

@ -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();
}