summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorAndrew Polunin <apolunin@productengine.com>2009-11-25 18:25:26 +0200
committerAndrew Polunin <apolunin@productengine.com>2009-11-25 18:25:26 +0200
commitcf77bc11772c41546d1f5f1a0bda1bf36506e37b (patch)
tree2751d128b9b764aa32854bb4d8310fd245959995 /indra/newview/llimfloater.cpp
parent9f44b70ae3c19e65543b66ec758a90fc857c6c60 (diff)
fixed normal bug EXT-2822 [BSI] IM chiclet floater always jumps to most recent chat
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp1
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