summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-10-10 11:05:05 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-06 01:51:00 +0200
commit4bc3ea6162cae09827079ec874fb048f67b717d8 (patch)
tree50c8b96fcd5b2dca8b3301fdbbbfda5ee4630e05 /indra/llui/lllineeditor.cpp
parentb73f556538d381a0f890946cba014de41e89e7dd (diff)
secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer Users please
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index b534c8d4e8..ef62666918 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 ),