]> git.saurik.com Git - wxWidgets.git/commit
Really fix hit testing in the generic wxDataViewToggleRenderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Apr 2013 11:56:55 +0000 (11:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Apr 2013 11:56:55 +0000 (11:56 +0000)
commit75a438f9ac0303fec73b70d153c28b9a7269f121
treea1640f8eb8d139869d31ed397f493cc6bbc1110f
parent0623b0f0014f99d327d293c772260bfca0fd91e0
Really fix hit testing in the generic wxDataViewToggleRenderer.

The changes of r73835 fixed hit testing in horizontal direction but broke it
in the vertical one as the computed checkbox rectangle was not relative to the
cell rectangle as it should have been. Do fix this now.

See #15144.

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