diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-28 17:07:02 +0200 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-28 17:07:02 +0200 |
| commit | efe2ba3bab732add39f46e1fbc3a331355a693dd (patch) | |
| tree | b151192b9ce0919af386445e581943538667ec16 /indra/newview/lltoolpie.cpp | |
| parent | fd77a8001593183953ac24488593d997aee6bc28 (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.cpp | 2 |
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(); } |
