https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b94b435a110471a74beb11f6bbd242455deab749

commit b94b435a110471a74beb11f6bbd242455deab749
Author:     Jesús Sanz del Rey <[email protected]>
AuthorDate: Wed Dec 29 17:00:59 2021 +0100
Commit:     GitHub <[email protected]>
CommitDate: Wed Dec 29 17:00:59 2021 +0100

    [SHELL32] Handle double click on focus manager (#4213)
    
    CORE-9943
---
 dll/win32/shell32/shellmenu/CMenuFocusManager.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dll/win32/shell32/shellmenu/CMenuFocusManager.cpp 
b/dll/win32/shell32/shellmenu/CMenuFocusManager.cpp
index c6cb0f25141..615b7091c56 100644
--- a/dll/win32/shell32/shellmenu/CMenuFocusManager.cpp
+++ b/dll/win32/shell32/shellmenu/CMenuFocusManager.cpp
@@ -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");

Reply via email to