From 65ab1b0e4c19c850a7b61b07fcfd2ad4e6ba1d35 Mon Sep 17 00:00:00 2001
From: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Date: Sun, 22 Nov 1998 17:53:27 +0000
Subject: [PATCH] Enabled double click for buttons.

---
 controls/button.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/controls/button.c b/controls/button.c
index 1fd77983abc..9f988db154c 100644
--- a/controls/button.c
+++ b/controls/button.c
@@ -126,6 +126,7 @@ LRESULT WINAPI ButtonWndProc( HWND32 hWnd, UINT32 uMsg,
         break;
 
     case WM_LBUTTONDOWN:
+    case WM_LBUTTONDBLCLK:
         SendMessage32A( hWnd, BM_SETSTATE32, TRUE, 0 );
         SetFocus32( hWnd );
         SetCapture32( hWnd );
-- 
GitLab