]> git.saurik.com Git - wxWidgets.git/commit
Fix SashHitTest() returning true one pixel past the sash
authorPaul Cornett <paulcor@bullseye.com>
Mon, 3 Dec 2012 17:37:54 +0000 (17:37 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 3 Dec 2012 17:37:54 +0000 (17:37 +0000)
commit59ee332f1e11fde47e5975fcfff734611ac6d1f3
tree70c7bc0d48d8c8bc42df129d5bf539709862de5f
parentf1021a56a6afddb273015fae88d9047e36b3c5c1
Fix SashHitTest() returning true one pixel past the sash

If the sash is n pixels wide, the last position over the sash is start + n - 1, not start + n

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