added GetMenu Support for MENU_OPEN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -402,7 +402,7 @@ wxMacAppMenuEventHandler( EventHandlerCallRef handler , EventRef event , void *d
|
||||
|
||||
if ( type )
|
||||
{
|
||||
wxMenuEvent wxevent(type, cmd);
|
||||
wxMenuEvent wxevent(type, cmd, menu);
|
||||
wxevent.SetEventObject(menu);
|
||||
|
||||
wxEvtHandler* handler = menu->GetEventHandler();
|
||||
|
Reference in New Issue
Block a user