Browse Source

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

pull/1/head
Wayne Stambaugh 15 years ago
parent
commit
821b8b65ec
  1. 1
      common/dialogs/dialog_get_component.cpp

1
common/dialogs/dialog_get_component.cpp

@ -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 );
}

Loading…
Cancel
Save