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
This commit is contained in:
Vadim Zeitlin
2013-09-06 00:20:06 +00:00
parent 41fbdcedbb
commit 6ba718d7ae
2 changed files with 19 additions and 2 deletions

View File

@@ -576,6 +576,7 @@ All (GUI):
wxGTK:
- Fix horizontal mouse wheel scrolling (minoki).
- Fix wxMenu::GetTitle() before the menu is appended to the bar (David Hart).
wxMSW: