kicad/cvpcb/tools
Jeff Young e4fbd003e0 Make m_passEvent event-specific rather than global.
If a tool called something like clearSelection while processing a
MOUSE_CLICK, the SELECTION_TOOL will pass the clearSelection
COMMAND_EVENT because it handles it as a transition, not as an
event. Because m_passEvent is effectively global, the tool manager
would then interpret that as passing the MOUSE_CLICK and we'd end
up processing the click by multiple tools.
2019-06-16 12:06:49 +01:00
..
cvpcb_actions.h Move some dupicated tools to common tools. 2019-06-03 21:08:30 +01:00
cvpcb_control.cpp Move some dupicated tools to common tools. 2019-06-03 21:08:30 +01:00
cvpcb_control.h Move Show3DViewer to common action. 2019-06-02 16:21:44 +01:00
cvpcb_selection_tool.cpp Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
cvpcb_selection_tool.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00