Browse Source

PCB: Add Copy With Reference to the Positioning Menu

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11947
7.0
Mike Williams 3 years ago
parent
commit
bd24e85289
  1. 1
      pcbnew/tools/edit_tool.cpp

1
pcbnew/tools/edit_tool.cpp

@ -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 );
}

Loading…
Cancel
Save