Centralize NPTH has-annulus processing.
Fixes https://gitlab.com/kicad/code/kicad/issues/13437
This commit is contained in:
@@ -726,9 +726,7 @@ void BRDITEMS_PLOTTER::PlotFilledAreas( const ZONE* aZone, PCB_LAYER_ID aLayer,
|
||||
|
||||
GBR_METADATA gbr_metadata;
|
||||
|
||||
bool isOnCopperLayer = aZone->IsOnCopperLayer();
|
||||
|
||||
if( isOnCopperLayer )
|
||||
if( aZone->IsOnCopperLayer() )
|
||||
{
|
||||
gbr_metadata.SetNetName( aZone->GetNetname() );
|
||||
gbr_metadata.SetCopper( true );
|
||||
|
||||
Reference in New Issue
Block a user