]> git.saurik.com Git - wxWidgets.git/commit
Simplify and correct bugs in wxMSW wxScrollBar message handling.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:30:55 +0000 (11:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:30:55 +0000 (11:30 +0000)
commit57a4b972cfbf432ad3c3e9f442a7b42ea6d48ade
treecc2a16f4e65c5d43b291babffca3d9177fff753c
parent8ae8032cf99972ef33be74433d7aa087fe0d0523
Simplify and correct bugs in wxMSW wxScrollBar message handling.

For some reason we computed scroll increment from the native message and not
the new position directly which is actually simpler and probably would have
never resulted in a bug which exchanged the meanings of SB_TOP and SB_BOTTOM.

Get rid of nScrollInc and just update the position variable directly.

Closes #11741.

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