Commit dfc54fb3 authored by jean-pierre charras's avatar jean-pierre charras

Fix issue with new layer box, mainly with wxWidgets 2.9.1

parent c0eeafa0
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment