Scrollbar should also react on WM_LBUTTONDBLCLK.

This commit is contained in:
Dmitry Timoshkov 2004-03-29 22:56:01 +00:00 committed by Alexandre Julliard
parent 9c637f4322
commit bd5c18c3f1
1 changed files with 1 additions and 0 deletions

View File

@ -1408,6 +1408,7 @@ static LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam,
}
return 0;
case WM_LBUTTONDBLCLK:
case WM_LBUTTONDOWN:
{
POINT pt;