From c0872e311960dc16587e4544dbe96fc97890edad Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 7 May 2000 18:24:36 +0000 Subject: [PATCH] Fixed scrolling bug. --- controls/listbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/controls/listbox.c b/controls/listbox.c index fa13ba78378..eaabe720dc9 100644 --- a/controls/listbox.c +++ b/controls/listbox.c @@ -2895,6 +2895,7 @@ static inline LRESULT WINAPI ComboLBWndProc_locked( WND* wnd, UINT msg, } } return LISTBOX_HandleLButtonUp( wnd, descr ); + case WM_LBUTTONDBLCLK: case WM_LBUTTONDOWN: return LISTBOX_HandleLButtonDownCombo(wnd, descr, wParam, (INT16)LOWORD(lParam), -- 2.11.4.GIT