kicad/common/view
John Beard ce758adca3 Enable horizontal scroll panning
Allow a horizontal scroll event to fall through to the panning branch.

This still restricts zooming to use only the vertical axis, but it
(re-?)enables the horizontal pan function that currently doesn't work
even if the user has set "allow horizontal panning", as the horizontal
scroll doesn't have a modifier, which is the default for vertical scroll
zoom, and thus it skips over the whole panning branch.

If the user has not set horizontal panning, the earlier early return
means that there is no handling of any horizontal scroll event, so this
won't change anything for these users.
2024-05-20 19:23:23 +08:00
..
view.cpp Improvements when working closer to 32-bit integer limits. 2024-04-23 16:34:07 +00:00
view_controls.cpp Fix minor Coverity warnings. Small code cleaning in pcb_parser.cpp 2023-09-21 11:33:29 +02:00
view_group.cpp Improve rendering of tuning status popup 2023-12-19 22:38:21 -05:00
view_item.cpp Cleanup. 2021-10-03 19:42:29 +01:00
view_overlay.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
wx_view_controls.cpp Enable horizontal scroll panning 2024-05-20 19:23:23 +08:00
zoom_controller.cpp Fix a link issue on mingw in debug mode. 2023-09-30 16:08:54 +02:00