summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-02-27 18:16:10 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-02-27 18:16:10 +0200
commit9bcd60d0850591aad24c622b18a3ec1403c6b905 (patch)
treee2992985e81192fdea2218060721078a187f4cee /indra/newview
parent2fc7a511db14e693cf02ee3f6d1fdd49d203ad8d (diff)
SL-10562 Animesh objects can be made difficult to select
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lltoolcomp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolcomp.cpp b/indra/newview/lltoolcomp.cpp
index 392c103d7c..f9c327b46e 100644
--- a/indra/newview/lltoolcomp.cpp
+++ b/indra/newview/lltoolcomp.cpp
@@ -267,7 +267,7 @@ BOOL LLToolCompTranslate::handleHover(S32 x, S32 y, MASK mask)
BOOL LLToolCompTranslate::handleMouseDown(S32 x, S32 y, MASK mask)
{
mMouseDown = TRUE;
- gViewerWindow->pickAsync(x, y, mask, pickCallback, /*BOOL pick_transparent*/ TRUE);
+ gViewerWindow->pickAsync(x, y, mask, pickCallback, /*BOOL pick_transparent*/ TRUE, LLFloaterReg::instanceVisible("build"));
return TRUE;
}