diff options
author | Merov Linden <merov@lindenlab.com> | 2014-07-30 20:51:18 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-07-30 20:51:18 -0700 |
commit | d37c294bd38bf4cae251c33f863e4e6e66ef44db (patch) | |
tree | b8111a69d83c4a1013ed396dd5d27c6a468b9a25 /indra/llui/llfolderviewitem.h | |
parent | c182a8b79737a67794c032a6b60b038c9b905f57 (diff) |
DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option to inventory tab and folder view folders so that case can be taken into account.
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r-- | indra/llui/llfolderviewitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index 12fba4f9b1..ffeaf0d1b7 100644 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -60,6 +60,7 @@ public: Optional<time_t> creation_date; Optional<bool> allow_wear; + Optional<bool> allow_drop; Optional<LLUIColor> font_color; Optional<LLUIColor> font_highlight_color; @@ -118,6 +119,7 @@ protected: mDragAndDropTarget, mIsMouseOverTitle, mAllowWear, + mAllowDrop, mSelectPending; LLUIColor mFontColor; |