Skip to content
Snippets Groups Projects
Commit 8a75b5eb authored by daianakproductengine's avatar daianakproductengine
Browse files

MAINT-200 Fixed inconsistent touch hover icon and touch click action when...

MAINT-200 Fixed inconsistent touch hover icon and touch click action when viewed through transparent prims
parent 4054a935
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ BOOL LLToolPie::handleMouseDown(S32 x, S32 y, MASK mask) ...@@ -113,7 +113,7 @@ BOOL LLToolPie::handleMouseDown(S32 x, S32 y, MASK mask)
mMouseDownY = y; mMouseDownY = y;
//left mouse down always picks transparent (but see handleMouseUp) //left mouse down always picks transparent (but see handleMouseUp)
mPick = gViewerWindow->pickImmediate(x, y, TRUE, FALSE); mPick = gViewerWindow->pickImmediate(x, y, FALSE, FALSE);
mPick.mKeyMask = mask; mPick.mKeyMask = mask;
mMouseButtonDown = true; mMouseButtonDown = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment