]> git.saurik.com Git - wxWidgets.git/commit
Recurse upwards the menu hierarchy in wxMenu::GetWindow().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 20:39:39 +0000 (20:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 20:39:39 +0000 (20:39 +0000)
commit394cfde3cf78553b1356167bbf917e21767eb546
tree5a9e6de92b058622e467ccd2e3634521bf747243
parent51fe41000c2cb90c37ddc7a31ea6cd23a149705a
Recurse upwards the menu hierarchy in wxMenu::GetWindow().

Only the top level menus have non-NULL wxMenuBar pointer too, so recurse
upwards the menu hierarchy in GetWindow() and not (just) GetInvokingWindow().

This fixes event processing for submenus broken by the recent changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/menu.h
src/common/menucmn.cpp