Commit 65ab1b0e authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Enabled double click for buttons.

parent 6a0cdd07
......@@ -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 );
......
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