1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not implicitly redraw 3D Viewer

This commit is contained in:
kgv 2017-10-12 11:31:41 +03:00 committed by bugmaster
parent 72bcf3c7be
commit f6c2b39aac

View File

@ -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;