Copy teardrop settings.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16618
This commit is contained in:
Jeff Young 2024-01-16 17:19:22 +00:00
parent a044ca8d4d
commit 4fb11e210a
1 changed files with 2 additions and 0 deletions

View File

@ -1547,6 +1547,8 @@ void PAD::ImportSettingsFrom( const PAD& aMasterPad )
SetCustomShapeInZoneOpt( aMasterPad.GetCustomShapeInZoneOpt() );
m_teardropParams = aMasterPad.m_teardropParams;
// Add or remove custom pad shapes:
ReplacePrimitives( aMasterPad.GetPrimitives() );
SetAnchorPadShape( aMasterPad.GetAnchorPadShape() );