summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-03-29 17:31:00 -0400
committerOz Linden <oz@lindenlab.com>2013-03-29 17:31:00 -0400
commit7333731bbca764fdac87173fa5a6e5f2bb46c1d2 (patch)
tree5a2fd2d0b95dc6ac0dea8f535918912ce43872b2 /indra/llui/lltextbase.cpp
parentcf1747712b154b6984cf374cf9c86f68a1210fb3 (diff)
parent430b8547c46cc70d57ed20cd0917be33380350a7 (diff)
merge changes for DRTVWR-306
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp4
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;
+}