Commit 46bdee35 authored by Zach Gorman's avatar Zach Gorman Committed by Alexandre Julliard

Set the top_popup global variable to zero in MENU_ExitTracking(),

fixing MENU_IsMenuActive() and therefore VK_F1 WM_HELP message generation.
parent 2e13bf77
......@@ -2869,6 +2869,7 @@ static BOOL MENU_ExitTracking(HWND hWnd)
SendMessageW( hWnd, WM_EXITMENULOOP, 0, 0 );
ShowCaret(0);
top_popup = 0;
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment