mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
It does work. There is another bug in the tree!
svn path=/trunk/; revision=29031
This commit is contained in:
parent
a9a5011479
commit
05315cb742
1 changed files with 2 additions and 1 deletions
|
@ -1058,7 +1058,8 @@ User32DefWindowProc(HWND hWnd,
|
||||||
}
|
}
|
||||||
|
|
||||||
case WM_LBUTTONDBLCLK:
|
case WM_LBUTTONDBLCLK:
|
||||||
// return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||||
|
|
||||||
case WM_NCLBUTTONDBLCLK:
|
case WM_NCLBUTTONDBLCLK:
|
||||||
{
|
{
|
||||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue