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 | 7982ae6b911b8e0400aa593c476b8a634174a6a5 (patch) | |
tree | 3f0006de79c20714c8205b1a4c347966ec17d4f3 /indra/llui/lltextbase.h | |
parent | b1c5edc5135b4ade68b0aa839506ea013dc2f40d (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 |