summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-03-05 19:03:23 +0200
committerandreykproductengine <akleshchev@productengine.com>2015-03-05 19:03:23 +0200
commitde5307ab1d907187088fb5b528938ed96d0717b3 (patch)
tree7f465d0b47f2f1aab6572c24658993496046364c /indra/llwindow
parent9edbf480c66b0510b983b423c8ed3134671afb52 (diff)
MAINT-4874 FIXED Actions that require a double click "randomly" fail - repro & cause found for BUG-7753
Diffstat (limited to 'indra/llwindow')
-rwxr-xr-xindra/llwindow/llwindowwin32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index cd2be87fad..7e0eb9cf31 100755
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -2292,6 +2292,7 @@ LRESULT CALLBACK LLWindowWin32::mainWindowProc(HWND h_wnd, UINT u_msg, WPARAM w_
sHandleLeftMouseUp = true;
break;
}
+ sHandleDoubleClick = true;
//if (gDebugClicks)
//{