VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-19 15:08:36 +00:00
parent 930fb29eb8
commit f52c3131bf
4 changed files with 6 additions and 7 deletions

View File

@@ -2185,7 +2185,7 @@ void wxMenuBar::OnKeyDown(wxKeyEvent& event)
// the menu when up/down one is
switch ( key )
{
case WXK_MENU:
case WXK_ALT:
// Alt must be processed at wxWindow level too
event.Skip();
// fall through