summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-02 20:54:33 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-02 20:54:33 +0200
commitc74658b19b1ac28d5bf240e940a7ad97ff034e3c (patch)
tree8dce3617044b1af291a1ca62fffcb90baec17fe8 /indra/llui/llfolderviewitem.h
parentcf901b5abbe5c24da92c6c0320e3831a3798a539 (diff)
SL-19310 Update navigation buttons in single-folder view
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r--indra/llui/llfolderviewitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h
index fe751be6b9..aa9ed0a1e8 100644
--- a/indra/llui/llfolderviewitem.h
+++ b/indra/llui/llfolderviewitem.h
@@ -279,6 +279,8 @@ public:
// Does not need filter update
virtual void refreshSuffix();
+ bool isSingleFolderMode() { return mSingleFolderMode; }
+
// LLView functionality
virtual BOOL handleRightMouseDown( S32 x, S32 y, MASK mask );
virtual BOOL handleMouseDown( S32 x, S32 y, MASK mask );