diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-09-25 18:10:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 19:10:00 +0300 |
commit | 4f7a0a3da2d10217e399d22508262e197c208c22 (patch) | |
tree | 0257b3c4e84fbadf5536f151cf7ee6df6c1519dd /indra/llui/llchatentry.h | |
parent | 0fde65a88156cbc51a52141d9627f595cba112de (diff) |
Restore currently entered text in chat entry textbox after going through history with Ctrl-PgUp/PgDown (#2680)
Diffstat (limited to 'indra/llui/llchatentry.h')
-rw-r--r-- | indra/llui/llchatentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llchatentry.h b/indra/llui/llchatentry.h index 5621ede1e7..9a0e8ee91e 100644 --- a/indra/llui/llchatentry.h +++ b/indra/llui/llchatentry.h @@ -101,6 +101,8 @@ private: S32 mExpandLinesCount; S32 mPrevLinesCount; S32 mPrevExpandedLineCount; + + std::string mCurrentInput; }; #endif /* LLCHATENTRY_H_ */ |