| commit | c0872e311960dc16587e4544dbe96fc97890edad | [log] [tgz] |
|---|---|---|
| author | Chris Morgan <cmorgan@wpi.edu> | Sun May 07 18:24:36 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun May 07 18:24:36 2000 +0000 |
| tree | 4ff0b8f99c8c97cd9e515cfc3a51165b1badff49 | |
| parent | 53b152f73c28ab150837d89e09363209384166a1 [diff] [blame] |
Fixed scrolling bug.
diff --git a/controls/listbox.c b/controls/listbox.c index fa13ba7..eaabe72 100644 --- a/controls/listbox.c +++ b/controls/listbox.c
@@ -2895,6 +2895,7 @@ } } return LISTBOX_HandleLButtonUp( wnd, descr ); + case WM_LBUTTONDBLCLK: case WM_LBUTTONDOWN: return LISTBOX_HandleLButtonDownCombo(wnd, descr, wParam, (INT16)LOWORD(lParam),