summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-05 19:08:43 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-05 19:08:43 +0100
commit3e80c9b4201244ba5e87e4e068b2ddbb0af74a8c (patch)
treec7583608703e691c37d50d8a904dc36323ba2ed9 /indra/llui
parente2e329b2e22dbab52d12ff309fb78533cb52c8e9 (diff)
VWR-19377 FIXED Inventory Search Problem
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfiltereditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfiltereditor.cpp b/indra/llui/llfiltereditor.cpp
index 390504234d..6c80275713 100644
--- a/indra/llui/llfiltereditor.cpp
+++ b/indra/llui/llfiltereditor.cpp
@@ -39,6 +39,7 @@
LLFilterEditor::LLFilterEditor(const LLFilterEditor::Params& p)
: LLSearchEditor(p)
{
+ setCommitOnFocusLost(FALSE); // we'll commit on every keystroke, don't re-commit when we take focus away (i.e. we go to interact with the actual results!)
}