Browse Source

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
pull/5/merge
jean-pierre charras 8 years ago
parent
commit
b5f1fdd981
  1. 3
      pcbnew/tools/selection_tool.cpp

3
pcbnew/tools/selection_tool.cpp

@ -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…
Cancel
Save