Fix misplaced break after code cleanup.

This commit is contained in:
jean-pierre charras 2021-07-20 17:05:00 +02:00
parent bff0307ac0
commit 234b414e2c
1 changed files with 2 additions and 1 deletions

View File

@ -834,9 +834,10 @@ void DIALOG_PAD_PROPERTIES::OnPadShapeSelection( wxCommandEvent& event )
m_cbTopRight->SetValue( false );
m_cbBottomLeft->SetValue( false );
m_cbBottomRight->SetValue( false );
break;
}
break;
case CHOICE_SHAPE_CHAMFERED_ROUNDED_RECT:
m_shapePropsBook->SetSelection( 4 );