[MacOSX] Fixing some refresh issues when changing component on cvpcb

This commit is contained in:
Marco Serantoni 2014-02-27 01:57:18 +01:00
parent e009721982
commit fb6099abd9
1 changed files with 3 additions and 0 deletions

View File

@ -606,6 +606,9 @@ void CVPCB_MAINFRAME::OnSelectComponent( wxListEvent& event )
libraryName = m_LibraryList->GetSelectedLibrary(); libraryName = m_LibraryList->GetSelectedLibrary();
m_FootprintList->SetFootprints( m_footprints, libraryName, component, filter ); m_FootprintList->SetFootprints( m_footprints, libraryName, component, filter );
// Tell AuiMgr that objects are changed !
m_auimgr.Update();
if( component == NULL ) if( component == NULL )
return; return;