diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-22 15:51:15 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-22 15:51:15 -0700 |
commit | 022dd124604c8a0a3d83b481d03a687556fcf2c4 (patch) | |
tree | 5ccdbfbbd55bffadb0f4033e07603e3181e14e22 /indra/newview/llfolderviewmodelinventory.h | |
parent | f59af8d27c419d97596fff65fb9aa412499c52be (diff) |
CHUI-912 : Fixed! Filtering with types do work correctly again (including None).
Diffstat (limited to 'indra/newview/llfolderviewmodelinventory.h')
-rw-r--r-- | indra/newview/llfolderviewmodelinventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewmodelinventory.h b/indra/newview/llfolderviewmodelinventory.h index 10a958a142..9dcfdfa185 100644 --- a/indra/newview/llfolderviewmodelinventory.h +++ b/indra/newview/llfolderviewmodelinventory.h @@ -59,6 +59,8 @@ public: virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const = 0; virtual LLToolDragAndDrop::ESource getDragSource() const = 0; +protected: + bool mPrevPassedAllFilters; }; class LLInventorySort |