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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user