From 0d65441e560de9f9fa79a4db11a565a246de42ec Mon Sep 17 00:00:00 2001 From: san Date: Mon, 15 Aug 2016 18:30:19 +0300 Subject: [PATCH] 0027777: Visualization, TKV3d - Standard interactive objects clear the presentation in Compute() Fix for AIS_ColoredShape --- src/AIS/AIS_ColoredShape.cxx | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5