]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOM_Displayer.cxx
Salome HOME
INT PAL 0052630: Bring to front behavior is not correct
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.cxx
index f2dd8bdb07e62099a4d64b38b4a0cf30a1eac571..3d17ca13edf0224d81d4bb5c7d99a6354d199b21 100644 (file)
@@ -843,8 +843,6 @@ void GEOM_Displayer::updateShapeProperties( const Handle(GEOM_AISShape)& AISShap
                             propMap.value( GEOM::propertyName( GEOM::DisplayMode ) ).toInt() );
 
   // - face boundaries color and line width
-  if( AISShape->DisplayMode() == GEOM_AISShape::ShadingWithEdges )
-    AISShape->Attributes()->SetFaceBoundaryDraw( Standard_True );
   anAspect = AISShape->Attributes()->FaceBoundaryAspect();
   anAspect->SetColor( SalomeApp_Tools::color( propMap.value( GEOM::propertyName( GEOM::OutlineColor ) ).value<QColor>() ) );
   anAspect->SetWidth( propMap.value( GEOM::propertyName( GEOM::LineWidth ) ).toInt() );