mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0029214: Application Framework - TPrsStd_AISPresentation::AISUpdate() should not implicitly redraw 3D Viewer
This commit is contained in:
parent
72bcf3c7be
commit
f6c2b39aac
@ -800,7 +800,7 @@ void TPrsStd_AISPresentation::AISUpdate()
|
|||||||
if ( !(anObj == myAIS) )
|
if ( !(anObj == myAIS) )
|
||||||
{
|
{
|
||||||
if ( !aContext.IsNull() )
|
if ( !aContext.IsNull() )
|
||||||
aContext->Remove (myAIS, Standard_True);
|
aContext->Remove (myAIS, Standard_False);
|
||||||
|
|
||||||
// Driver has built new AIS.
|
// Driver has built new AIS.
|
||||||
myAIS = anObj;
|
myAIS = anObj;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user