Switch length tuner settings action scope to global to make the hotkey work.

This commit is contained in:
Alex Shvartzkop 2024-05-24 17:46:15 +03:00
parent 88115e1dd2
commit 8d001a8031
1 changed files with 1 additions and 1 deletions

View File

@ -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)" )