Fix parsing of tenting tag in pads
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19851
This commit is contained in:
@@ -5400,6 +5400,10 @@ PAD* PCB_IO_KICAD_SEXPR_PARSER::parsePAD( FOOTPRINT* aParent )
|
||||
break;
|
||||
}
|
||||
|
||||
case T_tenting:
|
||||
parseTenting( pad->Padstack() );
|
||||
break;
|
||||
|
||||
case T_zone_layer_connections:
|
||||
{
|
||||
LSET cuLayers = pad->GetLayerSet() & LSET::AllCuMask();
|
||||
|
||||
Reference in New Issue
Block a user