Fix issue with new layer box, mainly with wxWidgets 2.9.1

This commit is contained in:
jean-pierre charras 2010-11-03 20:42:38 +01:00
parent c0eeafa070
commit dfc54fb3a5
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void WinEDA_PcbFrame::SetToolbars()
m_HToolBar->EnableTool( wxID_REDO, state );
syncLayerBox();
PrepareLayerIndicator();
m_HToolBar->Refresh();
m_HToolBar->Refresh(true);
if( m_OptionsToolBar )
{