Tooltip for selection tool.
Fixes https://gitlab.com/kicad/code/kicad/issues/8544
This commit is contained in:
parent
ab04e24f9a
commit
5f37161c74
|
@ -534,7 +534,7 @@ TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycl
|
||||||
|
|
||||||
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",
|
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
_( "Select item(s)" ), "",
|
_( "Select item(s)" ), _( "Select item(s)" ),
|
||||||
BITMAPS::cursor, AF_ACTIVATE );
|
BITMAPS::cursor, AF_ACTIVATE );
|
||||||
|
|
||||||
TOOL_ACTION ACTIONS::measureTool( "common.InteractiveEdit.measureTool",
|
TOOL_ACTION ACTIONS::measureTool( "common.InteractiveEdit.measureTool",
|
||||||
|
|
Loading…
Reference in New Issue