summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolgrab.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-06-16 20:38:43 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-06-16 20:38:43 +0300
commit3686dc3e37511009be02b61edcd483cb9a032b1b (patch)
treef459c9949a00982c602e2528df46ee2b973c6081 /indra/newview/lltoolgrab.h
parent19560d1b7538accc58f61da94138d054207ea22d (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-xindra/newview/lltoolgrab.h1
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;