mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Set the top_popup global variable to zero in MENU_ExitTracking(),
fixing MENU_IsMenuActive() and therefore VK_F1 WM_HELP message generation.
This commit is contained in:
parent
2e13bf774e
commit
46bdee35c3
1 changed files with 1 additions and 0 deletions
|
@ -2869,6 +2869,7 @@ static BOOL MENU_ExitTracking(HWND hWnd)
|
||||||
|
|
||||||
SendMessageW( hWnd, WM_EXITMENULOOP, 0, 0 );
|
SendMessageW( hWnd, WM_EXITMENULOOP, 0, 0 );
|
||||||
ShowCaret(0);
|
ShowCaret(0);
|
||||||
|
top_popup = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue