diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-03-28 04:52:24 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-03-28 04:52:24 +0200 |
commit | da8f2ffb16d6df1ccb9f34ddf6f26d799d2ea127 (patch) | |
tree | db9cc545697de6257cb1dd8a54038533ccc1aeaf /indra/llui/lltextbase.cpp | |
parent | 3a31b47028e0ae4945512924219118a74b0c7b27 (diff) |
CHUI-855 FIXED Text entry bar auto expand does not resize
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r-- | indra/llui/lltextbase.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 270d5294f9..a815cfc176 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -3490,3 +3490,7 @@ F32 LLImageTextSegment::draw(S32 start, S32 end, S32 selection_start, S32 select return 0.0; } +void LLTextBase::setWordWrap(bool wrap) +{ + mWordWrap = wrap; +} |