Commit 51d97658 authored by Wayne Stambaugh's avatar Wayne Stambaugh

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

parent 75777f4a
......@@ -548,7 +548,10 @@ void CVPCB_MAINFRAME::OnEditFootprintLibraryTable( wxCommandEvent& aEvent )
}
if( tableChanged )
{
BuildLIBRARY_LISTBOX();
m_footprints.ReadFootprintFiles( m_footprintLibTable );
}
}
......
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