From: san Date: Mon, 15 Aug 2016 15:30:19 +0000 (+0300) Subject: 0027777: Visualization, TKV3d - Standard interactive objects clear the presentation... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0d65441e560de9f9fa79a4db11a565a246de42ec;p=occt-copy.git 0027777: Visualization, TKV3d - Standard interactive objects clear the presentation in Compute() Fix for AIS_ColoredShape --- diff --git a/src/AIS/AIS_ColoredShape.cxx b/src/AIS/AIS_ColoredShape.cxx index e8f20ddeda..cefc7acc6f 100644 --- a/src/AIS/AIS_ColoredShape.cxx +++ b/src/AIS/AIS_ColoredShape.cxx @@ -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);