summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-12 04:50:04 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-12 04:50:04 +0000
commit5d7d6824f54cb7a6758d519b4bb1c06e6f7915fd (patch)
treee974e71c132a660353fa7e81a72771be31951697 /indra/llui
parent773e8eb8ea3acc75b0e8137412458f77effffb70 (diff)
parentb4c13247f7a31eb88586a04b5c661254931de5fd (diff)
merge from viewer2 trunk.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llsearcheditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llsearcheditor.cpp b/indra/llui/llsearcheditor.cpp
index 6fa99df82e..838dbbd135 100644
--- a/indra/llui/llsearcheditor.cpp
+++ b/indra/llui/llsearcheditor.cpp
@@ -60,6 +60,7 @@ LLSearchEditor::LLSearchEditor(const LLSearchEditor::Params& p)
line_editor_params.keystroke_callback(boost::bind(&LLSearchEditor::handleKeystroke, this));
mSearchEditor = LLUICtrlFactory::create<LLLineEditor>(line_editor_params);
+ mSearchEditor->setPassDelete(TRUE);
addChild(mSearchEditor);
if (p.search_button_visible)