PNS: Do not clear layer pairs when importing new sizes

Fixes https://gitlab.com/kicad/code/kicad/-/issues/10225
This commit is contained in:
Jon Evans 2022-01-13 20:37:37 -05:00
parent cf4d46b24d
commit 20bbf9b179
1 changed files with 0 additions and 2 deletions

View File

@ -578,8 +578,6 @@ bool PNS_KICAD_IFACE_BASE::ImportSizes( PNS::SIZES_SETTINGS& aSizes, PNS::ITEM*
aSizes.SetHoleToHole( holeToHoleMin ); aSizes.SetHoleToHole( holeToHoleMin );
aSizes.ClearLayerPairs();
return true; return true;
} }