From 32b59b5609706d574e2e3b9ff6162d35f6d7781c Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:48 -0500 Subject: Second Life viewer sources 1.20.5 --- linden/indra/newview/llinventoryview.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llinventoryview.cpp') 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, mSortOrderSetting(sort_order_setting), mSearchFunction(search) { + setBackgroundColor(gColors.getColor("InventoryBackgroundColor")); + setBackgroundVisible(TRUE); + setBackgroundOpaque(TRUE); } BOOL LLInventoryPanel::postBuild() -- cgit v1.1