diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-01-09 22:41:07 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-11 00:32:29 +0300 |
commit | 3daf08696ec08ec9cf6344211a23bcc205112e2e (patch) | |
tree | 2479c9911410ffe8189f4b593cbdf5c0128290bc /indra/newview/llinventorypanel.h | |
parent | b1fa03e224f90a2369de27c89597ad0b2a63eb6f (diff) |
#3374 Fix item reparenting moving containing folder
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 45373bd47a..473283352f 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -252,6 +252,7 @@ public: static void setSFViewAndOpenFolder(const LLInventoryPanel* panel, const LLUUID& folder_id); void addItemID(const LLUUID& id, LLFolderViewItem* itemp); virtual void removeItemID(const LLUUID& id); + virtual bool isInRootContent(const LLUUID& id, LLFolderViewItem* view_item) { return false; } LLFolderViewItem* getItemByID(const LLUUID& id); LLFolderViewFolder* getFolderByID(const LLUUID& id); void setSelectionByID(const LLUUID& obj_id, bool take_keyboard_focus); |