mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 22:23:43 +00:00
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
Block a user