]> git.saurik.com Git - wxWidgets.git/commit
Only react to clicks on the checkbox in wxDataViewToggleRenderer.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Mar 2011 13:57:52 +0000 (13:57 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Mar 2011 13:57:52 +0000 (13:57 +0000)
commitfce2dc61c3fca054138702cad59077d8f7221360
tree9d03ea2a1cde71c1ddb52fb5332796005940607b
parent09bdb1cb3e99ca04af6eee8ae2b9587ae85562fe
Only react to clicks on the checkbox in wxDataViewToggleRenderer.

Previously, left click anywhere in the cell toggled the checkbox.
This was unexpected when the cursor was far from the checkbox
in a wide column. With this change, one has to be over the
checkbox to toggle it.

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