Fix misplaced break after code cleanup.
This commit is contained in:
parent
bff0307ac0
commit
234b414e2c
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue