diff --git a/pcbnew/pcb_painter.cpp b/pcbnew/pcb_painter.cpp index 286c025dfa..e9befae71a 100644 --- a/pcbnew/pcb_painter.cpp +++ b/pcbnew/pcb_painter.cpp @@ -1695,7 +1695,7 @@ void PCB_PAINTER::draw( const ZONE* aZone, int aLayer ) if( m_pcbSettings.m_zoneOutlines && outline && outline->OutlineCount() > 0 ) { - m_gal->SetStrokeColor( color ); + m_gal->SetStrokeColor( color.WithAlpha( 1.0 ) ); m_gal->SetIsFill( false ); m_gal->SetIsStroke( true ); m_gal->SetLineWidth( m_pcbSettings.m_outlineWidth );