diff options
author | Callum Prentice <callum@gmail.com> | 2020-09-28 15:56:44 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-09-28 15:56:44 -0700 |
commit | 354930014bc90a9c92b33300e5ecaf7fa861fe7b (patch) | |
tree | b8ba1be3ae740aaa0db8ca7d639c78ce35c5918d /indra/newview/lltoolpie.cpp | |
parent | 6be1f88a5ef99e1e40bb5701a250ba0728f56005 (diff) | |
parent | bac6652cdcd2d8333df04c3ebd3a6a7b752328b3 (diff) |
Merge with tip of Release
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 12346f16d7..864ce09430 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -671,7 +671,7 @@ BOOL LLToolPie::handleHover(S32 x, S32 y, MASK mask) else { // perform a separate pick that detects transparent objects since they respond to 1-click actions - LLPickInfo click_action_pick = gViewerWindow->pickImmediate(x, y, TRUE, pick_rigged); + LLPickInfo click_action_pick = gViewerWindow->pickImmediate(x, y, FALSE, pick_rigged); LLViewerObject* click_action_object = click_action_pick.getObject(); |