Make ordering in the pcb layer widget context menu uniform

This commit is contained in:
Ian McInerney 2020-04-22 22:41:08 +01:00
parent c8140ddb4a
commit 806e661ab3
1 changed files with 4 additions and 4 deletions

View File

@ -175,10 +175,10 @@ void PCB_LAYER_WIDGET::AddRightClickMenuItems( wxMenu& menu )
menu.AppendSeparator();
AddMenuItem( &menu, ID_SHOW_NO_LAYERS, _( "Hide All Layers" ),
KiBitmap( show_no_layers_xpm ) );
AddMenuItem( &menu, ID_SHOW_ALL_LAYERS, _( "Show All Layers" ),
KiBitmap( show_all_layers_xpm ) );
AddMenuItem( &menu, ID_SHOW_NO_LAYERS, _( "Hide All Layers" ),
KiBitmap( show_no_layers_xpm ) );
menu.AppendSeparator();