Give updateLocalRatsnest action a default parameter

Fixes KICAD-2BX
This commit is contained in:
Ian McInerney 2023-06-28 22:20:59 +01:00
parent 459e6e192a
commit 0de6fb03ba
1 changed files with 4 additions and 2 deletions

View File

@ -910,8 +910,10 @@ TOOL_ACTION PCB_ACTIONS::localRatsnestTool( "pcbnew.Control.localRatsnestTool",
TOOL_ACTION PCB_ACTIONS::hideLocalRatsnest( "pcbnew.Control.hideDynamicRatsnest",
AS_GLOBAL );
TOOL_ACTION PCB_ACTIONS::updateLocalRatsnest( "pcbnew.Control.updateLocalRatsnest",
AS_GLOBAL );
TOOL_ACTION PCB_ACTIONS::updateLocalRatsnest( TOOL_ACTION_ARGS()
.Name( "pcbnew.Control.updateLocalRatsnest" )
.Scope( AS_GLOBAL )
.Parameter( VECTOR2I() ) );
TOOL_ACTION PCB_ACTIONS::listNets( "pcbnew.Control.listNets",
AS_GLOBAL, 0, "",