Browse Source

Specctra export: Fix typo

newinvert
jean-pierre charras 3 years ago
parent
commit
a20c5a765f
  1. 2
      pcbnew/specctra_import_export/specctra_export.cpp

2
pcbnew/specctra_import_export/specctra_export.cpp

@ -1226,7 +1226,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard )
continue;
// Currently, we export only copper layers
if( ! IsCopperLayer( zone->IsOnCopperLayer() ) )
if( ! zone->IsOnCopperLayer() )
continue;

Loading…
Cancel
Save