mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
It does work. There is another bug in the tree!
svn path=/trunk/; revision=29031
This commit is contained in:
@@ -1058,7 +1058,8 @@ User32DefWindowProc(HWND hWnd,
|
||||
}
|
||||
|
||||
case WM_LBUTTONDBLCLK:
|
||||
// return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
|
||||
case WM_NCLBUTTONDBLCLK:
|
||||
{
|
||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||
|
||||
Reference in New Issue
Block a user