Make OK button default in P&S router properties dialog.

This commit is contained in:
Wayne Stambaugh 2015-06-04 08:21:30 -04:00
parent fc4352f082
commit e81477704d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ DIALOG_PNS_SETTINGS::DIALOG_PNS_SETTINGS( wxWindow* aParent, PNS_ROUTING_SETTING
m_smoothDragged->SetValue( m_settings.SmoothDraggedSegments() );
m_violateDrc->SetValue( m_settings.CanViolateDRC() );
SetDefaultItem( m_stdButtonsOK );
GetSizer()->Fit( this );
GetSizer()->SetSizeHints( this );
}