summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.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/llpanelmaininventory.cpp
parentd27fc4ad338cb2839363ce2cca70359c82da5b98 (diff)
parentd249264143160dea5f973cdaec2fb3bde0ef463a (diff)
Merge
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rwxr-xr-xindra/newview/llpanelmaininventory.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index d6535c88e9..c38a78365a 100755
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -540,6 +540,13 @@ void LLPanelMainInventory::changed(U32)
updateItemcountText();
}
+void LLPanelMainInventory::setFocusFilterEditor()
+{
+ if(mFilterEditor)
+ {
+ mFilterEditor->setFocus(true);
+ }
+}
// virtual
void LLPanelMainInventory::draw()