diff --git a/cvpcb/cvframe.cpp b/cvpcb/cvframe.cpp index a5ad9fe60e..36fb9c123a 100644 --- a/cvpcb/cvframe.cpp +++ b/cvpcb/cvframe.cpp @@ -606,6 +606,9 @@ void CVPCB_MAINFRAME::OnSelectComponent( wxListEvent& event ) libraryName = m_LibraryList->GetSelectedLibrary(); m_FootprintList->SetFootprints( m_footprints, libraryName, component, filter ); + // Tell AuiMgr that objects are changed ! + m_auimgr.Update(); + if( component == NULL ) return;