PNS: fix hotkey conflict (Diff Pair Dimensions vs Drag).
This commit is contained in:
parent
15e9e69ae0
commit
3a908b8b8a
|
@ -99,7 +99,7 @@ static TOOL_ACTION ACT_SwitchPosture( "pcbnew.InteractiveRouter.SwitchPosture",
|
||||||
change_entry_orient_xpm );
|
change_entry_orient_xpm );
|
||||||
|
|
||||||
static TOOL_ACTION ACT_SetDpDimensions( "pcbnew.InteractiveRouter.SetDpDimensions",
|
static TOOL_ACTION ACT_SetDpDimensions( "pcbnew.InteractiveRouter.SetDpDimensions",
|
||||||
AS_CONTEXT, 'D',
|
AS_CONTEXT, 'P',
|
||||||
_( "Differential Pair Dimensions..." ),
|
_( "Differential Pair Dimensions..." ),
|
||||||
_( "Sets the width and gap of the currently routed differential pair." ),
|
_( "Sets the width and gap of the currently routed differential pair." ),
|
||||||
ps_diff_pair_tune_length_xpm );
|
ps_diff_pair_tune_length_xpm );
|
||||||
|
|
Loading…
Reference in New Issue