]> git.saurik.com Git - wxWidgets.git/commit
Reuse wxMenu::SendEvent() from wxFrameBase::ProcessCommand().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 22:27:32 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 22:27:32 +0000 (22:27 +0000)
commit4936c0998202068f002b24142b61cc8aecb1f532
tree99c741a75880f3f5e50ce7dd715272abcd32b263
parent6eca840cc922e69cf6e94295edc0bf8ccf367b57
Reuse wxMenu::SendEvent() from wxFrameBase::ProcessCommand().

Not only this avoids code duplication but it also fixes wrong code in
wxFrameBase version as it set the event object incorrectly to the frame itself
instead of setting it to the menu.

Added event object check to the menu events unit test.

Closes #1595.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/framecmn.cpp
tests/menu/menu.cpp