From b5f1fdd9811bd53445c24b930e322a4183838080 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 20 Mar 2018 08:30:02 +0100 Subject: [PATCH] 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 --- pcbnew/tools/selection_tool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index fe66646634..566739fec9 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/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,