Fix minor bug in Modedit: Adding a new rounded rect pad to a footprint doesn't clone rectangle rounding

This commit is contained in:
jean-pierre charras 2016-05-11 10:54:44 +02:00
parent 6a7544a2ca
commit e978a17ccd
1 changed files with 1 additions and 0 deletions

View File

@ -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() )
{