diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-05-07 18:42:24 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-05-07 18:42:24 +0300 |
commit | 8b86130f25a780b7dc623c6f7ff7a9cb6cf22ea1 (patch) | |
tree | 88eb3344998377aea30f28a144dc6847ccd8ed4b /indra/llui/lltextbase.h | |
parent | b36458a98fb3aeb63d2aca5e3249c7aa508192c8 (diff) |
MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field.
Diffstat (limited to 'indra/llui/lltextbase.h')
-rwxr-xr-x | indra/llui/lltextbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index d1f66b6cfe..51ab81bf29 100755 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -606,6 +606,7 @@ 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 |