Fix minor bug in Modedit: Adding a new rounded rect pad to a footprint doesn't clone rectangle rounding
This commit is contained in:
parent
6a7544a2ca
commit
e978a17ccd
|
@ -83,6 +83,7 @@ void PCB_BASE_FRAME::Import_Pad_Settings( D_PAD* aPad, bool aDraw )
|
|||
aPad->SetOffset( mp.GetOffset() );
|
||||
aPad->SetDrillSize( mp.GetDrillSize() );
|
||||
aPad->SetDrillShape( mp.GetDrillShape() );
|
||||
aPad->SetRoundRectRadiusRatio( mp.GetRoundRectRadiusRatio() );
|
||||
|
||||
switch( mp.GetShape() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue