PNS: Do not clear layer pairs when importing new sizes
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10225
(cherry picked from commit 20bbf9b179
)
This commit is contained in:
parent
3011ae1d51
commit
eac1936303
|
@ -583,8 +583,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue