diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-06-16 20:38:43 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-06-16 20:38:43 +0300 |
commit | 3686dc3e37511009be02b61edcd483cb9a032b1b (patch) | |
tree | f459c9949a00982c602e2528df46ee2b973c6081 /indra/newview/lltoolgrab.h | |
parent | 19560d1b7538accc58f61da94138d054207ea22d (diff) |
MAINT-3634 FIXED After right-clicking another avatars nametag or avatar then pressing the "Alt" key, most options in the dropdown menu will no longer function.
Diffstat (limited to 'indra/newview/lltoolgrab.h')
-rwxr-xr-x | indra/newview/lltoolgrab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolgrab.h b/indra/newview/lltoolgrab.h index 5107716aab..4e22732124 100755 --- a/indra/newview/lltoolgrab.h +++ b/indra/newview/lltoolgrab.h @@ -119,6 +119,7 @@ private: BOOL mHasMoved; // has mouse moved off center at all? BOOL mOutsideSlop; // has mouse moved outside center 5 pixels? BOOL mDeselectedThisClick; + BOOL mValidSelection; S32 mLastFace; LLVector2 mLastUVCoords; |