]> git.saurik.com Git - wxWidgets.git/commit
Fixed clicking on MSW slider not changing value with small ranges.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 10 Jan 2012 17:09:11 +0000 (17:09 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 10 Jan 2012 17:09:11 +0000 (17:09 +0000)
commit5e9b80221a9845a19e3f6f4a3e80e841929d31c0
treea0e0922b62a24b27da4d39df0c340d8cf216c768
parent102db80fb510d7b2e325767f700c2feda73e8267
Fixed clicking on MSW slider not changing value with small ranges.

If the range was 9 or less the SetPageSize call would pass a page size of 0, resulting in the value not being changed when clicking on the slider area (outside the thumb). Fix this by at least passing a page size of 1 to SetPageSize.

Closes #1608.

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