[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 9bdb0086b4
commit d39cc2d65f
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();
m_FootprintList->SetFootprints( m_footprints, libraryName, component, filter );
// Tell AuiMgr that objects are changed !
m_auimgr.Update();
if( component == NULL )
return;