]> git.saurik.com Git - wxWidgets.git/commit
don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jun 2006 21:08:53 +0000 (21:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jun 2006 21:08:53 +0000 (21:08 +0000)
commita9c11b71e345859fc8d44e0565c49e90ed3be668
treeb7a3070aabda35f31b0b805cde5d1839f786a639
parent4387847f6526042353a72625a4d7e01c1747f91e
don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place

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