Commit bd5c18c3 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Scrollbar should also react on WM_LBUTTONDBLCLK.

parent 9c637f43
......@@ -1408,6 +1408,7 @@ static LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam,
}
return 0;
case WM_LBUTTONDBLCLK:
case WM_LBUTTONDOWN:
{
POINT pt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment