summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-05-06 13:28:02 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-05-06 13:28:02 +0300
commite7ca9929bc54a0e0993008b1649231d152791b70 (patch)
tree9eadc9e0d2014eae175bfa1f8cd13a4aa0839655 /indra/llui
parentddd4878668cbd6ae24c2be0617e26120d38b0be9 (diff)
parent6d9d6558bd0dde1f87d350678c239e3ea47eb99f (diff)
Merge from default branch
--HG-- branch : product-engine
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!)
}