summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorEugene Kondrashev <ekondrashev@productengine.com>2009-11-11 15:48:55 +0200
committerEugene Kondrashev <ekondrashev@productengine.com>2009-11-11 15:48:55 +0200
commit5ca8c5f61d3ee507955924e45a0201c70d9ab58b (patch)
tree241fa9a273bce544b3194e7a0637e490df2728b0 /indra/newview
parent9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (diff)
Fixed normal bug EXT-2166-[BSI] Nearby Chat floater always jumps to most recent chat
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llchathistory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index 3b893aa529..6cdec469dc 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -371,5 +371,4 @@ void LLChatHistory::appendWidgetMessage(const LLChat& chat, LLStyle::Params& sty
mLastFromName = chat.mFromName;
blockUndo();
- setCursorAndScrollToEnd();
}