diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-10-10 11:05:05 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-10-16 18:10:54 +0200 |
commit | e205685d6d2f84722839a11f448c1f0655f1a8e3 (patch) | |
tree | 288c1d1f186572baec2044bbf05d283a41699949 /indra/llui/lllineeditor.cpp | |
parent | cd712960f316496b29c53dce390dd778ad9d27f4 (diff) |
#2112 Provide SL Grid Map coordinates for Official Viewer Users please
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r-- | indra/llui/lllineeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index 66b274c33f..c0abba4358 100644 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -122,6 +122,7 @@ LLLineEditor::Params::Params() LLLineEditor::LLLineEditor(const LLLineEditor::Params& p) : LLUICtrl(p), + mDefaultText(p.default_text), mMaxLengthBytes(p.max_length.bytes), mMaxLengthChars(p.max_length.chars), mCursorPos( 0 ), |