diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-02 08:07:40 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-02 08:07:40 -0700 |
commit | 4146416d32f9b1684343a48269a50561388fcef4 (patch) | |
tree | a62246679bc285a71e2eca05e537c6e0a74c71d9 /indra/newview/llchathistory.cpp | |
parent | 20a69c3771937c55a9a25417e8ef1166081a525b (diff) | |
parent | 813d4cc8a336e0ef66d0f368269f5c10d9817c59 (diff) |
Merged from viewer-public
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index bd14732b4a..0bd03571da 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -846,12 +846,3 @@ void LLChatHistory::draw() LLUICtrl::draw(); } - -void LLChatHistory::reshape(S32 width, S32 height, BOOL called_from_parent) -{ - bool is_scrolled_to_end = mEditor->scrolledToEnd(); - LLUICtrl::reshape( width, height, called_from_parent ); - // update scroll - if (is_scrolled_to_end) - mEditor->setCursorAndScrollToEnd(); -} |