commit | 65ab1b0e4c19c850a7b61b07fcfd2ad4e6ba1d35 | [log] [tgz] |
---|---|---|
author | Eric Kohl <ekohl@abo.rhein-zeitung.de> | Sun Nov 22 17:53:27 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Nov 22 17:53:27 1998 +0000 |
tree | ec0356d1a531546dd5ad37b2a87de025be3fd9ba | |
parent | 6a0cdd070cbde22783383e9e50220190782fa13d [diff] [blame] |
Enabled double click for buttons.
diff --git a/controls/button.c b/controls/button.c index 1fd7798..9f988db 100644 --- a/controls/button.c +++ b/controls/button.c
@@ -126,6 +126,7 @@ break; case WM_LBUTTONDOWN: + case WM_LBUTTONDBLCLK: SendMessage32A( hWnd, BM_SETSTATE32, TRUE, 0 ); SetFocus32( hWnd ); SetCapture32( hWnd );