Fix issue with new layer box, mainly with wxWidgets 2.9.1
This commit is contained in:
parent
c0eeafa070
commit
dfc54fb3a5
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue