Skip to content
Snippets Groups Projects
Commit 65ab1b0e authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard
Browse files

Enabled double click for buttons.

parent 6a0cdd07
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment