diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-24 20:02:20 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-24 20:02:20 +0200 |
commit | 36a9e88158eefa19ea4dac10383f2d85b6d53dc8 (patch) | |
tree | 3134eba98a589a07a4e257a1c9ea694186573ca9 /indra/newview/llpanelteleporthistory.cpp | |
parent | b30c7445b0e19f16f13ae0bcdaed9b2441a40f47 (diff) |
Fixed low bug EXT-1165(Teleport History stays in "filtered" state after resetting filter)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.cpp')
-rw-r--r-- | indra/newview/llpanelteleporthistory.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp index 8648900475..77c2fb7c8c 100644 --- a/indra/newview/llpanelteleporthistory.cpp +++ b/indra/newview/llpanelteleporthistory.cpp @@ -472,11 +472,8 @@ void LLTeleportHistoryPanel::draw() // virtual void LLTeleportHistoryPanel::onSearchEdit(const std::string& string) { - if (sFilterSubString != string) - { - sFilterSubString = string; - showTeleportHistory(); - } + sFilterSubString = string; + showTeleportHistory(); } // virtual |