diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
| commit | 7333731bbca764fdac87173fa5a6e5f2bb46c1d2 (patch) | |
| tree | 5a2fd2d0b95dc6ac0dea8f535918912ce43872b2 /indra/llui/lltextbase.cpp | |
| parent | cf1747712b154b6984cf374cf9c86f68a1210fb3 (diff) | |
| parent | 430b8547c46cc70d57ed20cd0917be33380350a7 (diff) | |
merge changes for DRTVWR-306
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; +} |
