kicad/include/view
Maciej Suminski e34b73e187 Do not freeze cursor when a tool was cancelled using the context menu
dispatchContextMenu() stores the cursor position before displaying a
menu, so the tools use the original cursor position when processing
events (instead of the mouse position pointing to a menu entry). Later,
the previous position has to be restored, but if in the meantime the
tool was cancelled - previous settings were restored to a wrong tool.
2017-02-24 16:55:18 +01:00
..
view.h Code formatting 2017-01-18 13:22:40 +01:00
view_controls.h Do not freeze cursor when a tool was cancelled using the context menu 2017-02-24 16:55:18 +01:00
view_group.h Removed unused fields in VIEW & ANTIALIASING_SMAA classes 2017-01-18 13:22:18 +01:00
view_item.h Fixed a memory leak in VIEW_ITEM (proper way of doing 9bc2bb2) 2017-01-16 14:57:50 +01:00
view_rtree.h Merged rtree.h, to avoid code duplication. 2013-11-13 17:03:22 +01:00
wx_view_controls.h Introduced VIEW_CONTROLS::SETTINGS to keep settings 2017-02-24 13:33:17 +01:00