Copy teardrop settings.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16618
This commit is contained in:
parent
a044ca8d4d
commit
4fb11e210a
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue