[CONSRV]: Do not capture the mouse in the double-click case.

svn path=/trunk/; revision=62741
This commit is contained in:
Hermès Bélusca-Maïto 2014-04-13 15:38:05 +00:00
parent 163b561df1
commit 304ce1db7a

View file

@ -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);