diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-18 21:16:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-18 22:23:14 +0300 |
commit | f5be5493706368792191eb2f85c126072a8379d8 (patch) | |
tree | c664eaff430775b725b0c011f8db496a1f4dd956 /indra/newview/llinventorybridge.h | |
parent | 11cd9b91a2cf3e71cb6dae0a08dff2b878163ce8 (diff) |
#3910 Fix sorting of 'favorites' inventory tab
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 1b80ac163c..6c3790d2ec 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -777,6 +777,7 @@ public: mInvType = type; } /*virtual*/ void buildContextMenu(LLMenuGL& menu, U32 flags); + /*virtual*/ bool canSortContent() const { return true; } }; // Bridge builder to create Inventory-Folder-View-Bridge for Recent Inventory Panel |