mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Vitaliy Margolen: Dont exit when double-clicking with right button held.
svn path=/trunk/; revision=29029
This commit is contained in:
parent
d5de37fdd3
commit
eb04671664
1 changed files with 2 additions and 0 deletions
|
@ -1058,6 +1058,8 @@ User32DefWindowProc(HWND hWnd,
|
|||
}
|
||||
|
||||
case WM_LBUTTONDBLCLK:
|
||||
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
|
||||
case WM_NCLBUTTONDBLCLK:
|
||||
{
|
||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||
|
|
Loading…
Reference in a new issue