Copy connected-only and keep-top-bottom properties.
Fixes https://gitlab.com/kicad/code/kicad/issues/12691
This commit is contained in:
parent
6fd195c389
commit
585fac19c6
|
@ -1482,6 +1482,9 @@ void PAD::ImportSettingsFrom( const PAD& aMasterPad )
|
||||||
|
|
||||||
SetOrientation( pad_rot );
|
SetOrientation( pad_rot );
|
||||||
|
|
||||||
|
SetRemoveUnconnected( aMasterPad.GetRemoveUnconnected() );
|
||||||
|
SetKeepTopBottom( aMasterPad.GetKeepTopBottom() );
|
||||||
|
|
||||||
SetSize( aMasterPad.GetSize() );
|
SetSize( aMasterPad.GetSize() );
|
||||||
SetDelta( VECTOR2I( 0, 0 ) );
|
SetDelta( VECTOR2I( 0, 0 ) );
|
||||||
SetOffset( aMasterPad.GetOffset() );
|
SetOffset( aMasterPad.GetOffset() );
|
||||||
|
|
Loading…
Reference in New Issue