diff --git a/src/TPrsStd/TPrsStd_AISPresentation.cxx b/src/TPrsStd/TPrsStd_AISPresentation.cxx index 8297fbe035..f108b71594 100644 --- a/src/TPrsStd/TPrsStd_AISPresentation.cxx +++ b/src/TPrsStd/TPrsStd_AISPresentation.cxx @@ -800,7 +800,7 @@ void TPrsStd_AISPresentation::AISUpdate() if ( !(anObj == myAIS) ) { if ( !aContext.IsNull() ) - aContext->Remove (myAIS, Standard_True); + aContext->Remove (myAIS, Standard_False); // Driver has built new AIS. myAIS = anObj;