summaryrefslogtreecommitdiff
path: root/indra/llui/llsearcheditor.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-18 16:57:52 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-18 16:57:52 +0000
commitb5f9e437ea17dd9f1f3e186d6f2bf7108c279ce1 (patch)
treef5a73b7cab3cbe4e4dcf112bc34339472a74e83a /indra/llui/llsearcheditor.cpp
parent67af47fd8676718aff3f75d28b1cd9dd77e2ca3e (diff)
parent8e134590e6651ba36ba9d38ccf10fae249645299 (diff)
PE merge.
Diffstat (limited to 'indra/llui/llsearcheditor.cpp')
-rw-r--r--indra/llui/llsearcheditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llsearcheditor.cpp b/indra/llui/llsearcheditor.cpp
index 491eeeab54..e6c5e3f334 100644
--- a/indra/llui/llsearcheditor.cpp
+++ b/indra/llui/llsearcheditor.cpp
@@ -155,7 +155,7 @@ void LLSearchEditor::setFocus( BOOL b )
void LLSearchEditor::onClearButtonClick(const LLSD& data)
{
- setText(LLStringUtil::null);
+ mSearchEditor->selectAll();
mSearchEditor->doDelete(); // force keystroke callback
}