From: asl Date: Tue, 17 Dec 2013 13:09:52 +0000 (+0000) Subject: bug #247 X-Git-Tag: BR_hydro_v_0_6~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a830ea48321de9c8a753f7012f957fae3e7b5a45;p=modules%2Fhydro.git bug #247 --- diff --git a/src/HYDROGUI/HYDROGUI_Shape.cxx b/src/HYDROGUI/HYDROGUI_Shape.cxx index ceafe1eb..597c9db7 100644 --- a/src/HYDROGUI/HYDROGUI_Shape.cxx +++ b/src/HYDROGUI/HYDROGUI_Shape.cxx @@ -671,7 +671,10 @@ void HYDROGUI_Shape::colorShapeBorder( const QColor& theColor ) Handle(Prs3d_LineAspect) aBoundaryAspect = anAttributes->FaceBoundaryAspect(); if ( !aBoundaryAspect.IsNull() ) + { aBoundaryAspect->SetColor( aBorderColor ); + anAttributes->SetFaceBoundaryAspect( aBoundaryAspect ); + } } } else if ( myDisplayMode == AIS_WireFrame )