diff options
author | Andrew Polunin <apolunin@productengine.com> | 2009-11-25 18:25:26 +0200 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2009-11-25 18:25:26 +0200 |
commit | cf77bc11772c41546d1f5f1a0bda1bf36506e37b (patch) | |
tree | 2751d128b9b764aa32854bb4d8310fd245959995 /indra | |
parent | 9f44b70ae3c19e65543b66ec758a90fc857c6c60 (diff) |
fixed normal bug EXT-2822 [BSI] IM chiclet floater always jumps to most recent chat
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index ee93a9349a..310eaaec27 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -529,7 +529,6 @@ void LLIMFloater::onInputEditorFocusReceived( LLFocusableElement* caller, void* //in disconnected state IM input editor should be disabled self->mInputEditor->setEnabled(!gDisconnected); } - self->mChatHistory->setCursorAndScrollToEnd(); } // static |