diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2019-04-23 18:10:48 +0300 |
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2019-04-23 18:10:48 +0300 |
| commit | 3839444abe74a4b34e8adfa8d6c5588d7bfa3cf3 (patch) | |
| tree | 75dc4994752f865aad5f4c48f14eb6effddc78c2 /indra/newview/llpanelmaininventory.cpp | |
| parent | c23b6f14615aa09c2ed43c71c21ed732f628442c (diff) | |
SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not reset using 'Reset Filters'
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
| -rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 495e205252..f63e604927 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -885,7 +885,7 @@ void LLFloaterInventoryFinder::updateElementsFromFilter() U32 hours = mFilter->getHoursAgo(); U32 date_search_direction = mFilter->getDateSearchDirection(); - LLInventoryFilter::EFilterCreatorType filter_creator = mFilter->getFilterCreator(); + LLInventoryFilter::EFilterCreatorType filter_creator = mFilter->getFilterCreatorType(); bool show_created_by_me = ((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_SELF)); bool show_created_by_others = ((filter_creator == LLInventoryFilter::FILTERCREATOR_ALL) || (filter_creator == LLInventoryFilter::FILTERCREATOR_OTHERS)); |
