Add Move with Reference to Special Tools menu
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4838
This commit is contained in:
parent
998c216487
commit
bb596ac139
|
@ -141,6 +141,7 @@ public:
|
|||
SetTitle( _( "Special Tools..." ) );
|
||||
|
||||
Add( PCB_ACTIONS::moveExact );
|
||||
Add( PCB_ACTIONS::moveWithReference );
|
||||
Add( PCB_ACTIONS::positionRelative );
|
||||
Add( PCB_ACTIONS::createArray );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue