diff --git a/pcbnew/toolbars_update_user_interface.cpp b/pcbnew/toolbars_update_user_interface.cpp index 71148f271f..e0cd18a502 100644 --- a/pcbnew/toolbars_update_user_interface.cpp +++ b/pcbnew/toolbars_update_user_interface.cpp @@ -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 ) {