Switch length tuner settings action scope to global to make the hotkey work.
(cherry picked from commit 8d001a8031
)
Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
This commit is contained in:
parent
397ae3bafd
commit
6baceedea4
|
@ -2470,7 +2470,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