]> git.saurik.com Git - wxWidgets.git/commit
Don't set focus to generic wxDataViewCtrl on any button press.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:39:43 +0000 (22:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:39:43 +0000 (22:39 +0000)
commit6ceda4f536a79ee9c7dcf7db1c67750a8198aac7
treec040aea163b28e9f868a725f3da56ce2be271a33
parent3ee9771b36607412f780f668961d59bb229c84e6
Don't set focus to generic wxDataViewCtrl on any button press.

Only set focus if the left button was pressed for consistency with just about
everything else. Also, just skip the event instead of setting the focus
explicitly.

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