ADDED: put Renumber Pads in the edit menu.

Context-menu-only is too hidden.
This commit is contained in:
Jeff Young 2023-11-03 12:36:21 +00:00
parent db46b6f925
commit bc99b42c08
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ void FOOTPRINT_EDIT_FRAME::doReCreateMenuBar()
editMenu->AppendSeparator(); editMenu->AppendSeparator();
editMenu->Add( PCB_ACTIONS::editTextAndGraphics ); editMenu->Add( PCB_ACTIONS::editTextAndGraphics );
editMenu->Add( PCB_ACTIONS::defaultPadProperties ); editMenu->Add( PCB_ACTIONS::defaultPadProperties );
editMenu->Add( PCB_ACTIONS::enumeratePads );
//-- View menu ------------------------------------------------------- //-- View menu -------------------------------------------------------