CvPcb: reload footprint list when footprint library table is changed. (fixes lp:1261911)

This commit is contained in:
Wayne Stambaugh 2013-12-18 11:36:07 -05:00
parent 75777f4a4e
commit 51d9765826
1 changed files with 3 additions and 0 deletions

View File

@ -548,7 +548,10 @@ void CVPCB_MAINFRAME::OnEditFootprintLibraryTable( wxCommandEvent& aEvent )
} }
if( tableChanged ) if( tableChanged )
{
BuildLIBRARY_LISTBOX(); BuildLIBRARY_LISTBOX();
m_footprints.ReadFootprintFiles( m_footprintLibTable );
}
} }