]> git.saurik.com Git - wxWidgets.git/commit
Ignore WM_MENUSELECT messages indicating that the menu was closed.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 12:24:54 +0000 (12:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 12:24:54 +0000 (12:24 +0000)
commita98d0574342fdb01f52cae0779ed068d2559660d
tree6870ef8e95172f61f576afa42d4b0d2074cc1f58
parent4db65a42023e21914c88008bcf352d6df55041ec
Ignore WM_MENUSELECT messages indicating that the menu was closed.

Don't update the help string in this case, this is not necessary and can clear
the help string set elsewhere.

See #15315.

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