summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-10-28 20:41:34 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-10-28 20:41:34 +0200
commitb2f1e8899b32f681e13705d684db9a93d18450ae (patch)
tree70ee7701d7a24a0759915f8050786ed43a8a2a7a /indra/llui/lllineeditor.cpp
parent0ef7a9b39cf72da1211039ab22bdf8f9f6a2c984 (diff)
parent65764a5b7bab573b261386aca11a7967a21ec2d2 (diff)
Merge branch 'develop' into marchcat/c-develop
# Conflicts: # indra/llwindow/llwindowwin32.cpp # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
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 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 ),