ADDED: put Renumber Pads in the edit menu.
Context-menu-only is too hidden.
This commit is contained in:
parent
db46b6f925
commit
bc99b42c08
|
@ -111,6 +111,7 @@ void FOOTPRINT_EDIT_FRAME::doReCreateMenuBar()
|
|||
editMenu->AppendSeparator();
|
||||
editMenu->Add( PCB_ACTIONS::editTextAndGraphics );
|
||||
editMenu->Add( PCB_ACTIONS::defaultPadProperties );
|
||||
editMenu->Add( PCB_ACTIONS::enumeratePads );
|
||||
|
||||
|
||||
//-- View menu -------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue