Load footprint browser with last-selected footprint.

This commit is contained in:
Jeff Young 2018-12-16 21:03:58 +00:00
parent 638b4384ec
commit 95dcc30ffb
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ void PCB_EDIT_FRAME::Exchange_Module( MODULE* aSrc, MODULE* aDest, BOARD_COMMIT&
void DIALOG_EXCHANGE_FOOTPRINTS::ViewAndSelectFootprint( wxCommandEvent& event )
{
wxString newname;
wxString newname = m_newID->GetValue();
KIWAY_PLAYER* frame = Kiway().Player( FRAME_PCB_MODULE_VIEWER_MODAL, true );