Add icon to Get and Move context menu item in GAL mode.
Windows does not like mixing menu items with and without icons (sizing error). Fixes: lp:1756263 https://bugs.launchpad.net/kicad/+bug/1756263
This commit is contained in:
parent
3103e3dc4c
commit
b5f1fdd981
|
@ -124,7 +124,8 @@ TOOL_ACTION PCB_ACTIONS::find( "pcbnew.InteractiveSelection.Find",
|
|||
TOOL_ACTION PCB_ACTIONS::findMove( "pcbnew.InteractiveSelection.FindMove",
|
||||
AS_GLOBAL, TOOL_ACTION::LegacyHotKey( HK_GET_AND_MOVE_FOOTPRINT ),
|
||||
_( "Get and Move Footprint" ),
|
||||
_( "Selects a footprint by reference and places it under the cursor for moving"));
|
||||
_( "Selects a footprint by reference and places it under the cursor for moving"),
|
||||
move_xpm );
|
||||
|
||||
TOOL_ACTION PCB_ACTIONS::filterSelection( "pcbnew.InteractiveSelection.FilterSelection",
|
||||
AS_GLOBAL, 0,
|
||||
|
|
Loading…
Reference in New Issue