From aea51d3bbe21e96b39cb717de2176ac3e5fbca52 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 30 Apr 2019 14:33:08 +0300 Subject: [PATCH] 0028954: Visualization - implement interactive object for camera manipulations --- src/AIS/AIS_ViewCube.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIS/AIS_ViewCube.cxx b/src/AIS/AIS_ViewCube.cxx index 9af71f6f7f..6b4923b00f 100644 --- a/src/AIS/AIS_ViewCube.cxx +++ b/src/AIS/AIS_ViewCube.cxx @@ -1301,7 +1301,7 @@ void AIS_ViewCube::HilightOwnerWithColor (const Handle(PrsMgr_PresentationManage aGroupIter.More(); aGroupIter.Next()) { Handle(Graphic3d_Group)& aGrp = aGroupIter.ChangeValue(); - if (!aGrp.IsNull() && aGrp->IsGroupPrimitivesAspectSet (Graphic3d_ASPECT_FILL_AREA)) + if (!aGrp.IsNull()) { aGrp->SetGroupPrimitivesAspect (myDynHilightDrawer->ShadingAspect()->Aspect()); } -- 2.39.5