kicad/common/tool
PJM 7ec46bc346 Pcbnew: Footprint warps to mouse if drag invoked from RMB menu
CHANGED: If the user selected a footprint and then invoked drag from the
RMB menu, the footprint would warp to the mouse center (if set in
preferences) instead of the mouse warping to the footprint center.

There was a call to 'WarpCursor' that was coming after the menu had been
closed and the mouse had already warped to the footprint center.  This made
the footprint jump instead to the old mouse position.

This MR removes the call to 'WarpMouse' and prevents the footprint
from warping to the mouse.

Fixes https://gitlab.com/kicad/code/kicad/issues/7680
2021-02-24 22:19:44 +00:00
..
action_manager.cpp Add more consts all over the place 2020-10-27 11:03:35 +00:00
action_menu.cpp Pass un-pretty-printed bus names through menu help text. 2021-02-10 15:03:06 +00:00
action_toolbar.cpp Cosmetic fixes to the toolbar palettes 2020-11-11 00:41:02 +00:00
actions.cpp Move canvas backend selection to Preferences. 2021-02-21 20:12:43 +00:00
common_control.cpp Update KiCad website links 2020-12-22 17:38:56 -08:00
common_tools.cpp Move canvas backend selection to Preferences. 2021-02-21 20:12:43 +00:00
conditional_menu.cpp Turn CONDITIONAL_MENU's conditions into only show/hide conditions 2020-08-17 23:40:02 +01:00
edit_constraints.cpp ADDED: Improved center point dragging 2020-08-27 10:34:12 -07:00
edit_points.cpp Fix hover/highlight of line edit points 2020-10-21 20:37:15 -04:00
editor_conditions.cpp Move canvas backend selection to Preferences. 2021-02-21 20:12:43 +00:00
grid_helper.cpp Fix automatic wire tool in gridless mode 2021-02-10 22:07:49 +00:00
grid_menu.cpp Improve SNR in status bar (and use common code). 2020-10-06 12:08:31 +01:00
picker_tool.cpp Refactor PICKER_TOOL and push up snapping disable functionality 2021-01-31 09:50:41 -05:00
selection_conditions.cpp Migrate Pcbnew/footprint viewer/footprint editor to the new UI update system 2020-08-16 19:10:26 +00:00
tool_action.cpp Try and unify the background colors between panels and platforms. 2020-09-04 20:47:50 +01:00
tool_base.cpp Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
tool_dispatcher.cpp Fix broken Doxygen comment specifiers. 2021-01-25 07:42:36 -05:00
tool_event.cpp Fixup toolchaining for immediate mode 2021-02-24 10:44:54 -08:00
tool_interactive.cpp Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
tool_manager.cpp Pcbnew: Footprint warps to mouse if drag invoked from RMB menu 2021-02-24 22:19:44 +00:00
tool_menu.cpp Turn CONDITIONAL_MENU's conditions into only show/hide conditions 2020-08-17 23:40:02 +01:00
tools_holder.cpp Fixup toolchaining for immediate mode 2021-02-24 10:44:54 -08:00
zoom_menu.cpp Code cleanup related to zoom: 2020-12-02 18:35:28 +01:00
zoom_tool.cpp Go back to arrow cursor on a cancel (or finish). 2020-11-19 20:09:28 +00:00