diff options
author | Richard Linden <none@none> | 2012-07-25 18:20:54 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-25 18:20:54 -0700 |
commit | f6dfd6bf0f3ea0e9b5f56a939867353c393539d6 (patch) | |
tree | f984a81438ce719beca9318fdc8e7a2fafe7cb48 /indra/newview/llimfloatercontainer.h | |
parent | c4f59fd5882d8b019830292e9e5ed1d2480f73ef (diff) |
CHUI-222 FIX Selecting None in inventory filters does not update until inventory selected
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index a25ea0ab46..7005ab7b6a 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -89,7 +89,7 @@ public: virtual bool hasChildren() const { return FALSE; } virtual bool potentiallyVisible() { return true; } - virtual bool filter( LLFolderViewFilter& filter) { return true; } + virtual void filter( LLFolderViewFilter& filter) { } virtual bool descendantsPassedFilter(S32 filter_generation = -1) { return true; } virtual void setPassedFilter(bool passed, bool passed_folder, S32 filter_generation) { } virtual bool passedFilter(S32 filter_generation = -1) { return true; } |