Skip to content
Snippets Groups Projects
Commit dd0b0235 authored by Paul Guslisty's avatar Paul Guslisty
Browse files

Fixed normal EXT-6841 ([TRUNCATION] Sidebar > People. Choose and show a group...

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
parent 9166e7a8
Branches
Tags
No related merge requests found
...@@ -282,6 +282,8 @@ LLScrollListCtrl::LLScrollListCtrl(const LLScrollListCtrl::Params& p) ...@@ -282,6 +282,8 @@ LLScrollListCtrl::LLScrollListCtrl(const LLScrollListCtrl::Params& p)
text_p.border_visible(false); text_p.border_visible(false);
text_p.rect(mItemListRect); text_p.rect(mItemListRect);
text_p.follows.flags(FOLLOWS_ALL); 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)); addChild(LLUICtrlFactory::create<LLTextBox>(text_p));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment