Use layer_widget in Gerbview

Added sample gerber files for test (gerbview has problem with 2 files)
This commit is contained in:
charras 2010-02-03 14:44:12 +00:00
parent eeb32e42bb
commit dc4bfd8f0b
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ void WinEDA_PcbFrame::OnSelectOptionToolbar( wxCommandEvent& event )
m_auimgr.Update();
break;
case ID_TB_OPTIONS_SHOW_LAYERS_MANAGER_VERTICAL_TOOLBAR:
case ID_TB_OPTIONS_SHOW_MANAGE_LAYERS_VERTICAL_TOOLBAR:
// show auxiliary Vertical layers and visibility manager toolbar
m_show_layer_manager_tools = state;
m_auimgr.GetPane( wxT( "m_LayersManagerToolBar" ) ).Show( m_show_layer_manager_tools );