diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-04-02 13:06:53 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-04-02 13:06:53 +0300 |
commit | 873543bd88e1461ffadbc95ee215a1654e813261 (patch) | |
tree | 018c5db28703ce0af4bb1d96c63e14c0518a4291 /indra/newview/lltoolgrab.h | |
parent | 4026a6a4d67d6e079e92b0973942a1f896ae496e (diff) |
MAINT-2536 FIXED Ignore selectTool( gGrabTransientTool ) if mouse down is handled in mouselook and mouse up event is not handled in this mode.
Diffstat (limited to 'indra/newview/lltoolgrab.h')
-rwxr-xr-x | indra/newview/lltoolgrab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoolgrab.h b/indra/newview/lltoolgrab.h index 06a3b662c8..5107716aab 100755 --- a/indra/newview/lltoolgrab.h +++ b/indra/newview/lltoolgrab.h @@ -133,6 +133,8 @@ private: LLQuaternion mSpinRotation; BOOL mHideBuildHighlight; + + BOOL mClickedInMouselook; }; extern BOOL gGrabBtnVertical; |