]> git.saurik.com Git - wxWidgets.git/commit - src/stc/ScintillaWX.cpp
Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Mar 2012 13:23:34 +0000 (13:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Mar 2012 13:23:34 +0000 (13:23 +0000)
commit81f2b2ee81ce76fdc826e2740713e6fbefbfd5b3
tree64b45eebb2753bd19b2b00768c2eded17d5e30c0
parente94f3031736c1a23eba37892b4076893b1f6e416
Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl.

The direction of the zoom in wxSTC didn't correspond to the usual conventions
which is to zoom in on Ctrl-Wheel-Up and zoom out on Ctrl-Wheel-Down, while
wxSTC did exactly the converse. Change it to behave as everybody else.

Closes #14031.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/stc/ScintillaWX.cpp