summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-11-28 17:07:02 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-11-28 17:07:02 +0200
commitefe2ba3bab732add39f46e1fbc3a331355a693dd (patch)
treeb151192b9ce0919af386445e581943538667ec16 /indra/newview/lltoolpie.cpp
parentfd77a8001593183953ac24488593d997aee6bc28 (diff)
SL-12264 Ctrl-drag does not work when certain scripted controls are active
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index e7030a3f85..640f3ee3b8 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -1390,7 +1390,7 @@ LLTool* LLToolPie::getOverrideTool(MASK mask)
{
if (gSavedSettings.getBOOL("EnableGrab"))
{
- if (mask == MASK_CONTROL)
+ if (mask == DEFAULT_GRAB_MASK)
{
return LLToolGrab::getInstance();
}