MAINT-4874 FIXED Actions that require a double click "randomly" fail - repro & cause found for BUG-7753

andreykproductengine 2015-03-05 19:03:23 +02:00
parent 4d840e00a2
commit cfba0b8b8b
1 changed files with 1 additions and 0 deletions

View File

@ -2313,6 +2313,7 @@ LRESULT CALLBACK LLWindowWin32::mainWindowProc(HWND h_wnd, UINT u_msg, WPARAM w_
sHandleLeftMouseUp = true;
break;
}
sHandleDoubleClick = true;
//if (gDebugClicks)
//{