Skip to content

Commit 304ce1d

Browse files
committed
[CONSRV]: Do not capture the mouse in the double-click case.
svn path=/trunk/; revision=62741
1 parent 163b561 commit 304ce1d

File tree

1 file changed

+0
-1
lines changed
  • reactos/win32ss/user/winsrv/consrv/frontends/gui

1 file changed

+0
-1
lines changed

reactos/win32ss/user/winsrv/consrv/frontends/gui/conwnd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ GuiConsoleHandleMouse(PGUI_CONSOLE_DATA GuiData, UINT msg, WPARAM wParam, LPARAM
12401240
Console->Selection.dwSelectionAnchor = cL;
12411241
Console->dwSelectionCursor = cR;
12421242

1243-
SetCapture(GuiData->hWindow);
12441243
Console->Selection.dwFlags |= CONSOLE_MOUSE_SELECTION | CONSOLE_MOUSE_DOWN;
12451244
GuiConsoleUpdateSelection(Console, &Console->dwSelectionCursor);
12461245

0 commit comments

Comments
 (0)