Commit 821b8b65 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fixes escape key doesn't dismiss select component dialog in EESchema bug.

parent f8263c0e
......@@ -37,6 +37,7 @@ DIALOG_GET_COMPONENT::DIALOG_GET_COMPONENT( EDA_DRAW_FRAME* parent,
#endif
initDialog( HistoryList );
m_textCmpNameCtrl->SetFocus();
GetSizer()->Fit( this );
GetSizer()->SetSizeHints( this );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment