summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-21 14:16:27 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-21 14:16:27 -0700
commit917e2d18973bd17929d589ee58b3f47a09c7157b (patch)
treef4cf0be56ad9343d150cc0ab4c563ada8c3e2358 /indra/newview/llsidepanelinventory.h
parent1c5584be5544539ece5c08ab0018bd35fcaae983 (diff)
EXP-895 Selecting items in Marketplace Inbox does not change focus in inventory panel away from items selected in inventory panel
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r--indra/newview/llsidepanelinventory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h
index b68abd65cc..df29cbceba 100644
--- a/indra/newview/llsidepanelinventory.h
+++ b/indra/newview/llsidepanelinventory.h
@@ -70,6 +70,8 @@ public:
bool isInboxEnabled() const { return mInboxEnabled; }
bool isOutboxEnabled() const { return mOutboxEnabled; }
+ void updateVerbs();
+
protected:
// Tracks highlighted (selected) item in inventory panel.
LLInventoryItem *getSelectedItem();
@@ -77,7 +79,6 @@ protected:
void onSelectionChange(const std::deque<LLFolderViewItem*> &items, BOOL user_action);
// "wear", "teleport", etc.
void performActionOnSelection(const std::string &action);
- void updateVerbs();
bool canWearSelected(); // check whether selected items can be worn