PCB: Add Copy With Reference to the Positioning Menu

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11947
This commit is contained in:
Mike Williams 2022-12-20 11:48:53 -05:00
parent 093c0c2c98
commit bd24e85289
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ POSITIONING_TOOLS_MENU::POSITIONING_TOOLS_MENU( TOOL_INTERACTIVE* aTool ) :
AddItem( PCB_ACTIONS::moveExact, SELECTION_CONDITIONS::ShowAlways );
AddItem( PCB_ACTIONS::moveWithReference, SELECTION_CONDITIONS::ShowAlways );
AddItem( PCB_ACTIONS::copyWithReference, SELECTION_CONDITIONS::ShowAlways );
AddItem( PCB_ACTIONS::positionRelative, SELECTION_CONDITIONS::ShowAlways );
}