diff options
author | Richard Linden <none@none> | 2010-05-29 13:31:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-05-29 13:31:37 -0700 |
commit | 2646eb816677ccda533396235c2270989424d618 (patch) | |
tree | 33db9369c6cffa1eeb4046c0b3ab25f87f41df2e /indra/newview/llchathistory.cpp | |
parent | 4f41b775b9240d85daad63d15184cd285b6a5371 (diff) |
EXT-7557 - About Second Life > Credits does not open with scrollbar all the way at the top
also made floaters not update title label every time they are resized
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index bd14732b4a..06609a1fb2 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -845,13 +845,4 @@ 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(); -} +}
\ No newline at end of file |