X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTPrsStd%2FTPrsStd_AISPresentation.cxx;h=f108b715946960119beef4b2c0cc0d3198f4b50e;hb=f6c2b39aac48ab1f07ec087df23c6f362f0f9188;hpb=72bcf3c7be29077195f1082835fbd1abb9aefc26 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;