summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-08-28 19:36:47 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-08-28 19:36:47 +0300
commit7982ae6b911b8e0400aa593c476b8a634174a6a5 (patch)
tree3f0006de79c20714c8205b1a4c347966ec17d4f3 /indra/llui/lltextbase.h
parentb1c5edc5135b4ade68b0aa839506ea013dc2f40d (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-xindra/llui/lltextbase.h1
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