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
|
@ -2869,6 +2869,7 @@ static BOOL MENU_ExitTracking(HWND hWnd)
|
|||
|
||||
SendMessageW( hWnd, WM_EXITMENULOOP, 0, 0 );
|
||||
ShowCaret(0);
|
||||
top_popup = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue