]> git.saurik.com Git - wxWidgets.git/commit
Don't set focus explicitly in wxGenericListCtrl mouse handling code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:40:06 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:40:06 +0000 (22:40 +0000)
commite55e1a5fda0be9114123671b0e595936238b43b4
tree8da60b81d4d9a784fb6524aeb1694d6c8cfd46cd
parent6ceda4f536a79ee9c7dcf7db1c67750a8198aac7
Don't set focus explicitly in wxGenericListCtrl mouse handling code.

Just skip the event to allow the system to set the focus to the control
itself. This is more consistent with the other controls and should result in
correct behaviour everywhere automatically.

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