]> git.saurik.com Git - wxWidgets.git/commit
don't set focus to the window when it is clicked if the event has been processed...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Oct 2004 18:09:13 +0000 (18:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Oct 2004 18:09:13 +0000 (18:09 +0000)
commit9f01184787f1791cc224adce6c55519db8fa76c2
tree96ef02e253280bffb6c39a493d5e3f45c57e5d01
parent6bb09706724534c42465f9ecf46a4a7e7ff08c30
don't set focus to the window when it is clicked if the event has been processed by the user code (this is consistent with how the standard controls already behave)

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