Enabled double click for buttons.

This commit is contained in:
Eric Kohl 1998-11-22 17:53:27 +00:00 committed by Alexandre Julliard
parent 6a0cdd070c
commit 65ab1b0e4c
1 changed files with 1 additions and 0 deletions

View File

@ -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 );