aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:48 -0500
committerJacek Antonelli2008-08-15 23:45:48 -0500
commit32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch)
tree340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/llinventoryview.cpp
parentSecond Life viewer sources 1.20.4 (diff)
downloadmeta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.zip
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.gz
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.bz2
meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.xz
Second Life viewer sources 1.20.5
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r--linden/indra/newview/llinventoryview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index 5e0456d..d21a3af 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -1229,6 +1229,9 @@ LLInventoryPanel::LLInventoryPanel(const LLString& name,
1229 mSortOrderSetting(sort_order_setting), 1229 mSortOrderSetting(sort_order_setting),
1230 mSearchFunction(search) 1230 mSearchFunction(search)
1231{ 1231{
1232 setBackgroundColor(gColors.getColor("InventoryBackgroundColor"));
1233 setBackgroundVisible(TRUE);
1234 setBackgroundOpaque(TRUE);
1232} 1235}
1233 1236
1234BOOL LLInventoryPanel::postBuild() 1237BOOL LLInventoryPanel::postBuild()