summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-23 13:44:49 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-23 13:44:49 +0100
commit008873627d68b5c13eb9339d6294b43241c3348a (patch)
treec31986c231fae3bea2ef51b7bced8192791871f2 /indra/llui
parentf972cc4be952abc943f9d289533c9951ce4dc839 (diff)
parente82ed4e8761be902cf3a4d80c337e0cd44d41b17 (diff)
merge from viewer-trunk
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llscrolllistctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp
index db0f2bd6e2..94eade06ad 100644
--- a/indra/llui/llscrolllistctrl.cpp
+++ b/indra/llui/llscrolllistctrl.cpp
@@ -282,6 +282,8 @@ LLScrollListCtrl::LLScrollListCtrl(const LLScrollListCtrl::Params& p)
text_p.border_visible(false);
text_p.rect(mItemListRect);
text_p.follows.flags(FOLLOWS_ALL);
+ // word wrap was added accroding to the EXT-6841
+ text_p.wrap(true);
addChild(LLUICtrlFactory::create<LLTextBox>(text_p));
}