]> git.saurik.com Git - wxWidgets.git/commit
Set the menu itself as event object for EVT_MENU_{OPEN,CLOSED} in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 22:27:36 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Apr 2012 22:27:36 +0000 (22:27 +0000)
commit525454303e200c514b6c1078284b86fb73572852
tree932e05ef04edd8209574f775526b45b11d8e02cc
parent4936c0998202068f002b24142b61cc8aecb1f532
Set the menu itself as event object for EVT_MENU_{OPEN,CLOSED} in wxMSW.

Make wxMSW consistent with the other ports and set the menu itself, not the
window it is attached to, as the event object for the menu open/close events.

See #1595.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/frame.cpp