summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-13 12:40:52 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-13 12:42:08 +0200
commit3c54d6a0371377f65c8eaa7eafffee0decdf4cbf (patch)
treec26b96bca65b39a90cb4e60c396e68c9730b21f6 /indra/llui/llfolderviewitem.h
parent1699bdbea75c47cf763d8a11078897c37c2599a3 (diff)
SL-19386 Double click to open Single folder view should affect only Inventory
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rw-r--r--indra/llui/llfolderviewitem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h
index aa9ed0a1e8..b6437ab61d 100644
--- a/indra/llui/llfolderviewitem.h
+++ b/indra/llui/llfolderviewitem.h
@@ -72,7 +72,8 @@ public:
text_pad_right,
arrow_size,
max_folder_item_overlap;
- Optional<bool> single_folder_mode;
+ Optional<bool> single_folder_mode,
+ double_click_override;
Params();
};
@@ -123,6 +124,7 @@ protected:
mAllowWear,
mAllowDrop,
mSingleFolderMode,
+ mDoubleClickOverride,
mSelectPending,
mIsItemCut;