Switch length tuner settings action scope to global to make the hotkey work.
This commit is contained in:
parent
88115e1dd2
commit
8d001a8031
|
@ -2427,7 +2427,7 @@ TOOL_ACTION PCB_ACTIONS::generatorsShowManager( TOOL_ACTION_ARGS()
|
|||
//
|
||||
TOOL_ACTION PCB_ACTIONS::lengthTunerSettings( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.LengthTuner.Settings" )
|
||||
.Scope( AS_CONTEXT )
|
||||
.Scope( AS_GLOBAL )
|
||||
.DefaultHotkey( MD_CTRL + 'L' )
|
||||
// Don't be tempted to remove "Modern Toolset only". It's in the legacy property name.
|
||||
.LegacyHotkeyName( "Length Tuning Settings (Modern Toolset only)" )
|
||||
|
|
Loading…
Reference in New Issue