diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 15:48:55 +0200 | 
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 15:48:55 +0200 | 
| commit | 5ca8c5f61d3ee507955924e45a0201c70d9ab58b (patch) | |
| tree | 241fa9a273bce544b3194e7a0637e490df2728b0 | |
| parent | 9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (diff) | |
Fixed normal bug EXT-2166-[BSI] Nearby Chat floater always jumps to most recent chat
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/llchathistory.cpp | 1 | 
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();  }  | 
