From f6c2b39aac48ab1f07ec087df23c6f362f0f9188 Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 12 Oct 2017 11:31:41 +0300 Subject: [PATCH] 0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not implicitly redraw 3D Viewer --- src/TPrsStd/TPrsStd_AISPresentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;