diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2015-07-02 16:26:17 +0300 |
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-02 16:26:17 +0300 |
| commit | 8e2ec992d0bc937f72f6a1e96592f32798daac29 (patch) | |
| tree | b106227140e23c7ff66e7ac15c85877394a0b580 /indra/newview/llexpandabletextbox.cpp | |
| parent | 79f1e2178828a3e7c1738d8e0682d795aeb240bf (diff) | |
| parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) | |
Merge downstream code and become version 3.8.1
Diffstat (limited to 'indra/newview/llexpandabletextbox.cpp')
| -rwxr-xr-x | indra/newview/llexpandabletextbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llexpandabletextbox.cpp b/indra/newview/llexpandabletextbox.cpp index a50184460b..f2602c8c7d 100755 --- a/indra/newview/llexpandabletextbox.cpp +++ b/indra/newview/llexpandabletextbox.cpp @@ -116,7 +116,7 @@ LLExpandableTextBox::LLTextBoxEx::LLTextBoxEx(const Params& p) mExpanderVisible(false) { setIsChrome(TRUE); - + setMaxTextLength(p.max_text_length); } void LLExpandableTextBox::LLTextBoxEx::reshape(S32 width, S32 height, BOOL called_from_parent) |
