mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CONSRV]: Do not capture the mouse in the double-click case.
svn path=/trunk/; revision=62741
This commit is contained in:
parent
163b561df1
commit
304ce1db7a
1 changed files with 0 additions and 1 deletions
|
@ -1240,7 +1240,6 @@ GuiConsoleHandleMouse(PGUI_CONSOLE_DATA GuiData, UINT msg, WPARAM wParam, LPARAM
|
|||
Console->Selection.dwSelectionAnchor = cL;
|
||||
Console->dwSelectionCursor = cR;
|
||||
|
||||
SetCapture(GuiData->hWindow);
|
||||
Console->Selection.dwFlags |= CONSOLE_MOUSE_SELECTION | CONSOLE_MOUSE_DOWN;
|
||||
GuiConsoleUpdateSelection(Console, &Console->dwSelectionCursor);
|
||||
|
||||
|
|
Loading…
Reference in a new issue