Restore storage of list maximum column width

Fixes thin lists in comboboxes and flyout buttons
This commit is contained in:
Lirusaito
2019-07-23 02:07:12 -04:00
parent c5ad7849ac
commit 0f24c79ce9

View File

@@ -605,6 +605,7 @@ S32 LLScrollListCtrl::calcMaxContentWidth()
}
mColumnWidthsDirty = false;
mMaxContentWidth = max_item_width;
return max_item_width;
}