diff options
author | andreykproductengine <none@none> | 2015-07-03 15:20:39 +0300 |
---|---|---|
committer | andreykproductengine <none@none> | 2015-07-03 15:20:39 +0300 |
commit | cff5f2a92412dd094e335a17b7957b0270600371 (patch) | |
tree | fa40ea8ef119e8f6564cf2d1b751107556db180d /indra/newview/llexpandabletextbox.cpp | |
parent | c148c1d6d904785db0b8df09038be0184faa0317 (diff) | |
parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) |
Merge from viewer-relese 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) |