Fix horizontal mouse wheel scrolling in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Sep 2013 00:20:06 +0000 (00:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Sep 2013 00:20:06 +0000 (00:20 +0000)
commit6ba718d7aee2f519d9146b90424ccec9e2243479
treeb3cd4bc0cb946c353a25a3eec4099a549eddb95e
parent41fbdcedbb2b2d7e9d31e12177b63e769e3a8bef
Fix horizontal mouse wheel scrolling in wxGTK.

Change the value of the appropriate adjustment instead of always using the
vertical one.

Closes #15469.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/gtk/window.cpp