Harmless change that is more right to do than not

This commit is contained in:
Liru Færs
2019-10-14 22:13:15 -04:00
parent c65b0eb544
commit 28911f03a7

View File

@@ -639,6 +639,7 @@ void LocalAssetBrowser::UpdateTextureCtrlList(LLScrollListCtrl* ctrl)
for (const auto& bitmap : loaded_bitmaps) for (const auto& bitmap : loaded_bitmaps)
{ {
auto row = LLScrollListItem::Params(); auto row = LLScrollListItem::Params();
row.value(bitmap.id);
row.columns.add(LLScrollListCell::Params() row.columns.add(LLScrollListCell::Params()
.column("unit_name") .column("unit_name")
.type("text") .type("text")