Give updateLocalRatsnest action a default parameter
Fixes KICAD-2BX
This commit is contained in:
parent
459e6e192a
commit
0de6fb03ba
|
@ -910,8 +910,10 @@ TOOL_ACTION PCB_ACTIONS::localRatsnestTool( "pcbnew.Control.localRatsnestTool",
|
||||||
TOOL_ACTION PCB_ACTIONS::hideLocalRatsnest( "pcbnew.Control.hideDynamicRatsnest",
|
TOOL_ACTION PCB_ACTIONS::hideLocalRatsnest( "pcbnew.Control.hideDynamicRatsnest",
|
||||||
AS_GLOBAL );
|
AS_GLOBAL );
|
||||||
|
|
||||||
TOOL_ACTION PCB_ACTIONS::updateLocalRatsnest( "pcbnew.Control.updateLocalRatsnest",
|
TOOL_ACTION PCB_ACTIONS::updateLocalRatsnest( TOOL_ACTION_ARGS()
|
||||||
AS_GLOBAL );
|
.Name( "pcbnew.Control.updateLocalRatsnest" )
|
||||||
|
.Scope( AS_GLOBAL )
|
||||||
|
.Parameter( VECTOR2I() ) );
|
||||||
|
|
||||||
TOOL_ACTION PCB_ACTIONS::listNets( "pcbnew.Control.listNets",
|
TOOL_ACTION PCB_ACTIONS::listNets( "pcbnew.Control.listNets",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
|
|
Loading…
Reference in New Issue