From: nds Date: Tue, 30 Apr 2019 11:33:08 +0000 (+0300) Subject: 0028954: Visualization - implement interactive object for camera manipulations X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=aea51d3bbe21e96b39cb717de2176ac3e5fbca52;p=occt-copy.git 0028954: Visualization - implement interactive object for camera manipulations --- 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()); }