[MacOSX] Fixing some refresh issues when changing component on cvpcb
This commit is contained in:
parent
e009721982
commit
fb6099abd9
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue