From bc99b42c08ff7ab32fa7c0ca1002b4ca385cac58 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 3 Nov 2023 12:36:21 +0000 Subject: [PATCH] ADDED: put Renumber Pads in the edit menu. Context-menu-only is too hidden. --- pcbnew/menubar_footprint_editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/menubar_footprint_editor.cpp b/pcbnew/menubar_footprint_editor.cpp index 9b7ebb2bbf..214f88042d 100644 --- a/pcbnew/menubar_footprint_editor.cpp +++ b/pcbnew/menubar_footprint_editor.cpp @@ -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 -------------------------------------------------------