]> git.saurik.com Git - wxWidgets.git/commit
Pass menu events to the handler in the associated menu bar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 May 2013 23:59:32 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 May 2013 23:59:32 +0000 (23:59 +0000)
commit4ed3f4abd801c9442c2eba3bcf3dcd22f8336c22
treec935b1f7254198053a957605b063d2a05abb10da
parent3bad8c39260b8bda7762b4aacd49346b46064a2a
Pass menu events to the handler in the associated menu bar.

We handled the menu events in the menu itself and the associated window, but
not in the menu bar that the menu belonged to. This was unexpected, so allow
handling the events in the menu bar itself too.

Closes #15095.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/menucmn.cpp
tests/events/propagation.cpp