Commit afe2bbac authored by Maciej Suminski's avatar Maciej Suminski

Corrected polygon outline width.

parent 7985a4b1
...@@ -771,7 +771,7 @@ void PCB_PAINTER::draw( const ZONE_CONTAINER* aZone ) ...@@ -771,7 +771,7 @@ void PCB_PAINTER::draw( const ZONE_CONTAINER* aZone )
// Set up drawing options // Set up drawing options
m_gal->SetFillColor( color ); m_gal->SetFillColor( color );
m_gal->SetLineWidth( aZone->GetThermalReliefCopperBridge() / 2.0 ); m_gal->SetLineWidth( aZone->GetMinThickness() );
if( displayMode == PCB_RENDER_SETTINGS::DZ_SHOW_FILLED ) if( displayMode == PCB_RENDER_SETTINGS::DZ_SHOW_FILLED )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment