MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
This commit is contained in:
parent
39ec6e48f9
commit
2b569f6d69
|
@ -426,6 +426,7 @@ static DWORD MSG_ProcessKbdMsg( MSG *msg, BOOL remove )
|
|||
/* Handle F1 key by sending out WM_HELP message */
|
||||
if ((msg->message == WM_KEYUP) &&
|
||||
(msg->wParam == VK_F1) &&
|
||||
remove &&
|
||||
(msg->hwnd != GetDesktopWindow()) &&
|
||||
!MENU_IsMenuActive())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue