Pcbnew: fix dimension dialog default button on Linux.

This commit is contained in:
Wayne Stambaugh 2015-08-02 18:14:13 -04:00
parent 8174e1aefd
commit 7b39b1bfc4
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ DIALOG_DIMENSION_EDITOR::DIALOG_DIMENSION_EDITOR( PCB_EDIT_FRAME* aParent,
m_SelLayerBox->SetLayerSelection( Dwgs_User );
}
SetDefaultItem( m_sdbSizerBtsOK );
m_sdbSizerBtsOK->SetDefault();
GetSizer()->Fit( this );
GetSizer()->SetSizeHints( this );
Centre();