kicad/common/view
Maciej Suminski 439cc6a967 Remove redundant window scroll event handlers in WX_VIEW_CONTROLS
The only required scroll event handler is wxEVT_SCROLLWIN_THUMBTRACK,
which is responsible for dragging the scrolling sliders. One of the
remaining ones is also called when mousewheel is scrolled (MSW only) and
due to that overrides the new view setting with view settings computed
from the sliders position.

Fixes: lp:1767604
* https://bugs.launchpad.net/kicad/+bug/1767604
2018-05-02 15:39:36 +02:00
..
view.cpp GerbView: Implement in-place GAL layer reordering (for X2 sorting) 2018-02-27 20:59:07 +01:00
view_controls.cpp support "disable autopan" with gal canvas 2017-11-24 12:20:15 +01:00
view_group.cpp Sort VIEW_GROUP drawing by layer order 2018-03-26 10:18:50 -04:00
view_item.cpp Code formatting 2016-12-12 16:45:52 +01:00
wx_view_controls.cpp Remove redundant window scroll event handlers in WX_VIEW_CONTROLS 2018-05-02 15:39:36 +02:00