user32: Allow alt+space to highlight system menu.

This commit is contained in:
Jason Edmeades 2007-08-12 22:29:01 +01:00 committed by Alexandre Julliard
parent 28ddfe802e
commit 76943c2a41
1 changed files with 1 additions and 1 deletions

View File

@ -3387,7 +3387,7 @@ void MENU_TrackKbdMenuBar( HWND hwnd, UINT wParam, WCHAR wChar)
MENU_SelectItem( hwnd, hTrackMenu, uItem, TRUE, 0 );
if (wParam & HTSYSMENU)
if (wParam & HTSYSMENU && wChar != ' ')
{
/* prevent sysmenu activation for managed windows on Alt down/up */
if (GetPropA( hwnd, "__wine_x11_managed" ))