Add Move with Reference to Special Tools menu

Fixes https://gitlab.com/kicad/code/kicad/-/issues/4838
This commit is contained in:
Jon Evans 2020-07-09 11:56:37 -04:00
parent 998c216487
commit bb596ac139
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ public:
SetTitle( _( "Special Tools..." ) );
Add( PCB_ACTIONS::moveExact );
Add( PCB_ACTIONS::moveWithReference );
Add( PCB_ACTIONS::positionRelative );
Add( PCB_ACTIONS::createArray );
}