MAINT-4874 FIXED Actions that require a double click "randomly" fail - repro & cause found for BUG-7753
parent
4d840e00a2
commit
cfba0b8b8b
|
|
@ -2313,6 +2313,7 @@ LRESULT CALLBACK LLWindowWin32::mainWindowProc(HWND h_wnd, UINT u_msg, WPARAM w_
|
|||
sHandleLeftMouseUp = true;
|
||||
break;
|
||||
}
|
||||
sHandleDoubleClick = true;
|
||||
|
||||
//if (gDebugClicks)
|
||||
//{
|
||||
|
|
|
|||
Loading…
Reference in New Issue