Copy connected-only and keep-top-bottom properties.

Fixes https://gitlab.com/kicad/code/kicad/issues/12691

(cherry picked from commit 585fac19c6)
This commit is contained in:
Jeff Young 2022-10-21 00:04:33 +01:00
parent da520f83ee
commit 549dca1a05
1 changed files with 3 additions and 0 deletions

View File

@ -1520,6 +1520,9 @@ void PAD::ImportSettingsFrom( const PAD& aMasterPad )
SetOrientation( pad_rot );
SetRemoveUnconnected( aMasterPad.GetRemoveUnconnected() );
SetKeepTopBottom( aMasterPad.GetKeepTopBottom() );
SetSize( aMasterPad.GetSize() );
SetDelta( wxSize( 0, 0 ) );
SetOffset( aMasterPad.GetOffset() );