[SHELL32] Handle double click on focus manager (#4213)

CORE-9943
This commit is contained in:
Jesús Sanz del Rey
2021-12-29 17:00:59 +01:00
committed by GitHub
parent c77d53bf6c
commit b94b435a11

View File

@@ -577,6 +577,7 @@ LRESULT CMenuFocusManager::GetMsgHook(INT nCode, WPARAM hookWParam, LPARAM hookL
break;
case WM_NCLBUTTONDOWN:
case WM_LBUTTONDBLCLK:
case WM_LBUTTONDOWN:
isLButton = TRUE;
TRACE("LB\n");