From: kgv Date: Thu, 12 Oct 2017 08:31:41 +0000 (+0300) Subject: 0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not... X-Git-Tag: V7_3_0_beta~205 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=f6c2b39aac48ab1f07ec087df23c6f362f0f9188;p=occt-copy.git 0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not implicitly redraw 3D Viewer --- 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;