diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-08-28 19:36:47 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-08-28 19:36:47 +0300 |
commit | 208fe31200030ced08556970d68f37c182cea7ff (patch) | |
tree | 7fa39708c905bebc9bcf00fd783ffd9db161b07a /indra/llui/lltextbase.h | |
parent | 3656d80cf873a8e2852b262d6b5ed88608fdc49b (diff) |
MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field.
Reverted previous two fixes and modified LLTextBase::changeLine()
Diffstat (limited to 'indra/llui/lltextbase.h')
-rwxr-xr-x | indra/llui/lltextbase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 9c3bc3ed98..738b4d5b8e 100755 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -618,7 +618,6 @@ protected: // cursor S32 mCursorPos; // I-beam is just after the mCursorPos-th character. - bool mDrawRightmostCursor; // When cursor is on the rightmost position on the line S32 mDesiredXPixel; // X pixel position where the user wants the cursor to be LLFrameTimer mCursorBlinkTimer; // timer that controls cursor blinking |