Fixed menu event propogation to be consistent across platforms, and

with the docs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-03 18:39:20 +00:00
parent 91ce04cf9e
commit a01fe3d6d2
5 changed files with 106 additions and 99 deletions

View File

@@ -199,7 +199,8 @@ bool wxFrameBase::ProcessCommand(int id)
}
}
return GetEventHandler()->ProcessEvent(commandEvent);
GetEventHandler()->ProcessEvent(commandEvent);
return TRUE;
#else // !wxUSE_MENUS
return FALSE;
#endif // wxUSE_MENUS/!wxUSE_MENUS