diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-07-29 17:55:06 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-07-29 17:55:06 +0300 |
commit | 0ea34fba7347987d95926ef5ef20019a6e3bcf86 (patch) | |
tree | 86aabca51ac8d9d7d735306c4a972de40a32ddb6 /indra/llui/llfolderviewitem.h | |
parent | 32e6df586db4d9f64c3e57bab42e9d8e99a38299 (diff) |
MAINT-4289 FIXED [BEAR] Recent Items "Reset Filters" not working correctly
reverted and remade MAINT-4218
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r-- | indra/llui/llfolderviewitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index a9b0201236..0cd20a0f2d 100644 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -254,6 +254,7 @@ public: S32 getIndentation() { return mIndentation; } virtual BOOL passedFilter(S32 filter_generation = -1); + virtual BOOL isPotentiallyVisible(S32 filter_generation = -1); // refresh information from the object being viewed. virtual void refresh(); |