summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2013-08-07 15:58:14 -0700
committersimon <none@none>2013-08-07 15:58:14 -0700
commit3dbe4e1b30977aad4199ed2f013acb93d4500b56 (patch)
treec1d615c411e5bcfbd911e23287677a9768e66a5e /indra/newview/llsidepanelinventory.cpp
parentd27fc4ad338cb2839363ce2cca70359c82da5b98 (diff)
parentd249264143160dea5f973cdaec2fb3bde0ef463a (diff)
Merge
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rwxr-xr-xindra/newview/llsidepanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 8915bb2fef..cbf43dbb93 100755
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -397,7 +397,7 @@ void LLSidepanelInventory::onToggleInboxBtn()
void LLSidepanelInventory::onOpen(const LLSD& key)
{
LLFirstUse::newInventory(false);
-
+ mPanelMainInventory->setFocusFilterEditor();
#if AUTO_EXPAND_INBOX
// Expand the inbox if we have fresh items
LLPanelMarketplaceInbox * inbox = findChild<LLPanelMarketplaceInbox>(MARKETPLACE_INBOX_PANEL);