Skip to content
Snippets Groups Projects
Commit cf159e16 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to appear...

MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to appear in Recent tab of Inventory
Clean up - reverted fragment from MAINT-1192, it is no longer needed.
parent c03e22e4
No related branches found
No related tags found
No related merge requests found
...@@ -1492,8 +1492,6 @@ class LLInventoryRecentItemsPanel : public LLInventoryPanel ...@@ -1492,8 +1492,6 @@ class LLInventoryRecentItemsPanel : public LLInventoryPanel
getFilter().setFilterCategoryTypes(getFilter().getFilterCategoryTypes() | (1ULL << LLFolderType::FT_INBOX)); getFilter().setFilterCategoryTypes(getFilter().getFilterCategoryTypes() | (1ULL << LLFolderType::FT_INBOX));
} }
/*virtual*/ void onVisibilityChange(BOOL new_visibility);
protected: protected:
LLInventoryRecentItemsPanel (const Params&); LLInventoryRecentItemsPanel (const Params&);
friend class LLUICtrlFactory; friend class LLUICtrlFactory;
...@@ -1506,13 +1504,6 @@ LLInventoryRecentItemsPanel::LLInventoryRecentItemsPanel( const Params& params) ...@@ -1506,13 +1504,6 @@ LLInventoryRecentItemsPanel::LLInventoryRecentItemsPanel( const Params& params)
mInvFVBridgeBuilder = &RECENT_ITEMS_BUILDER; mInvFVBridgeBuilder = &RECENT_ITEMS_BUILDER;
} }
void LLInventoryRecentItemsPanel::onVisibilityChange(BOOL new_visibility)
{
if(new_visibility)
{
getFilter().setModified();
}
}
namespace LLInitParam namespace LLInitParam
{ {
void TypeValues<LLFolderType::EType>::declareValues() void TypeValues<LLFolderType::EType>::declareValues()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment