diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-07 14:43:59 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-07 14:43:59 -0800 |
commit | 5dcdb2dd02ac7e7626e03ab7b4f4bb0aaad72742 (patch) | |
tree | b7087b295830e5481840e31ce31ba7c43e48ef96 /indra/newview/llinventorypanel.h | |
parent | 32dca99fe59196fa4a92a815b441b4e6e9f747f0 (diff) |
EXP-1548 FIX -- Clicking show on inventory offer does not open inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers
EXP-1555 FIX -- Double-click is inconsistent between inventory and Received Items
EXP-1547 FIX -- drag/drop inventory to agent - delivers to Objects, not Received items.
* "Show" button from p2p transfer now opens inventory window and inbox panel, setting focus to the item
* Double-click on inbox inventory items now falls through to default item behavior
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 8635ebc5c8..2a24327115 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -175,6 +175,8 @@ public: // Find whichever inventory panel is active / on top. // "Auto_open" determines if we open an inventory panel if none are open. static LLInventoryPanel *getActiveInventoryPanel(BOOL auto_open = TRUE); + + static void openInventoryPanelAndSetSelection(BOOL auto_open, const LLUUID& obj_id); protected: void openStartFolderOrMyInventory(); // open the first level of inventory |