diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 3 |
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 | ||
1234 | BOOL LLInventoryPanel::postBuild() | 1237 | BOOL LLInventoryPanel::postBuild() |