kicad/pagelayout_editor/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
..
pl_actions.h pl_editor rework: add a design inspector (similar to what was existing previously, but as a dialog) 2019-06-14 20:48:50 +02:00
pl_drawing_tools.cpp Remove selection condition from conditional menu separators. 2019-06-15 20:43:51 +01:00
pl_drawing_tools.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
pl_edit_tool.cpp Remove selection condition from conditional menu separators. 2019-06-15 20:43:51 +01:00
pl_edit_tool.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
pl_editor_control.cpp pl_editor rework: add a design inspector (similar to what was existing previously, but as a dialog) 2019-06-14 20:48:50 +02:00
pl_editor_control.h pl_editor rework: add a design inspector (similar to what was existing previously, but as a dialog) 2019-06-14 20:48:50 +02:00
pl_picker_tool.cpp Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
pl_picker_tool.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
pl_point_editor.cpp Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
pl_point_editor.h Moving PageLayout editor to GAL canvas and modern toolset. 2019-05-24 19:49:09 +01:00
pl_selection.cpp Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
pl_selection.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
pl_selection_tool.cpp Make m_passEvent event-specific rather than global. 2019-06-16 12:06:49 +01:00
pl_selection_tool.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00