From dd0b0235830e4acbf38860392698c6ccf901035a Mon Sep 17 00:00:00 2001
From: Paul Guslisty <pguslisty@productengine.com>
Date: Fri, 23 Apr 2010 07:53:56 +0300
Subject: [PATCH] Fixed normal EXT-6841 ([TRUNCATION] Sidebar > People. Choose
 and show a group > Land/ Assets. \"No tienes permiso para ver el terreno
 propiedad del g\")

-Applied ward wrap for comments in scroll list

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/298/

--HG--
branch : product-engine
---
 indra/llui/llscrolllistctrl.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp
index db0f2bd6e2b..94eade06ade 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));
 }
 
-- 
GitLab