diff --git a/pcbnew/pcb_painter.cpp b/pcbnew/pcb_painter.cpp index e833e9276a..cc2a60c130 100644 --- a/pcbnew/pcb_painter.cpp +++ b/pcbnew/pcb_painter.cpp @@ -1140,6 +1140,7 @@ void PCB_PAINTER::draw( const ZONE_CONTAINER* aZone, int aLayer ) return; // Set up drawing options + m_gal->SetStrokeColor( color ); m_gal->SetFillColor( color ); m_gal->SetLineWidth( aZone->GetMinThickness() );