diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index feff91dfb..b8a87412a 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -605,6 +605,7 @@ S32 LLScrollListCtrl::calcMaxContentWidth() } mColumnWidthsDirty = false; + mMaxContentWidth = max_item_width; return max_item_width; }