1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027777: Visualization, TKV3d - Standard interactive objects clear the presentation in Compute()

Fix for AIS_ColoredShape
This commit is contained in:
san
2016-08-15 18:30:19 +03:00
parent 11780e291c
commit 0d65441e56

View File

@@ -299,7 +299,6 @@ void AIS_ColoredShape::Compute (const Handle(PrsMgr_PresentationManager3d)& ,
const Handle(Prs3d_Presentation)& thePrs,
const Standard_Integer theMode)
{
thePrs->Clear();
if (IsInfinite())
{
thePrs->SetInfiniteState (Standard_True);