aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r--linden/indra/newview/llinventoryview.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index e0061ba..6d5bf4d 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -1060,6 +1060,16 @@ void LLInventoryView::onQuickFilterCommit(LLUICtrl* ctrl, void* user_data)
1060 filter_type = 0x1 << LLInventoryType::IT_SNAPSHOT; 1060 filter_type = 0x1 << LLInventoryType::IT_SNAPSHOT;
1061 } 1061 }
1062 1062
1063 else if ("Custom..." == item_type)
1064 {
1065 // When they select custom, show the floater then return
1066 if( !(view->filtersVisible(view)) )
1067 {
1068 view->toggleFindOptions();
1069 }
1070 return;
1071 }
1072
1063 else 1073 else
1064 { 1074 {
1065 // Show all types 1075 // Show all types