Add actions for generators to Tools menu.

This commit is contained in:
Alex Shvartzkop 2023-10-07 08:34:44 +03:00 committed by dsa-t
parent af3bd15469
commit f11339f1f5
1 changed files with 6 additions and 0 deletions

View File

@ -400,6 +400,12 @@ void PCB_EDIT_FRAME::doReCreateMenuBar()
toolsMenu->Add( ACTIONS::showFootprintEditor );
toolsMenu->Add( PCB_ACTIONS::updateFootprints );
toolsMenu->AppendSeparator();
toolsMenu->Add( PCB_ACTIONS::generatorsShowManager );
toolsMenu->Add( PCB_ACTIONS::regenerateAll );
toolsMenu->Add( PCB_ACTIONS::regenerateOutdated );
toolsMenu->Add( PCB_ACTIONS::regenerateSelected );
toolsMenu->AppendSeparator();
toolsMenu->Add( PCB_ACTIONS::cleanupTracksAndVias );
toolsMenu->Add( PCB_ACTIONS::removeUnusedPads );