summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-18 15:01:01 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-18 15:01:01 +0200
commitc8fec6554487769d7afe6d02cc58bde1d8c6f7b3 (patch)
treef0d052ec6e75fe340eb3d7c1ac4d91bdc5eebd6c /indra/llui
parented46f84873c615292965191f28760664a67e0f1f (diff)
parent25800b4b3728b2691a486bbbbd95c9f20e63a1c5 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui')
-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
}