diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 8f153b7caa..695e4d0488 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -2209,7 +2209,8 @@ TOOL_ACTION PCB_ACTIONS::routerTuneDiffPairSkew( TOOL_ACTION_ARGS() TOOL_ACTION PCB_ACTIONS::routerInlineDrag( TOOL_ACTION_ARGS() .Name( "pcbnew.InteractiveRouter.InlineDrag" ) - .Scope( AS_CONTEXT ) ); + .Scope( AS_CONTEXT ) + .Parameter( PNS::DM_ANY ) ); TOOL_ACTION PCB_ACTIONS::routerUndoLastSegment( TOOL_ACTION_ARGS() .Name( "pcbnew.InteractiveRouter.UndoLastSegment" )