diff options
author | Jacek Antonelli | 2009-01-11 16:10:10 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-11 16:10:15 -0600 |
commit | 6156baad67c744ed03ea47798bfeb8a77698efc6 (patch) | |
tree | 872d35ff6df740462d8cb574d03f746dfd5dd1ae /linden/indra/llui/lltexteditor.cpp | |
parent | Second Life viewer sources 1.22.3-RC (diff) | |
download | meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.zip meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.gz meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.bz2 meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.xz |
Second Life viewer sources 1.22.4-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/lltexteditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/lltexteditor.cpp b/linden/indra/llui/lltexteditor.cpp index 4b0acf8..2205005 100644 --- a/linden/indra/llui/lltexteditor.cpp +++ b/linden/indra/llui/lltexteditor.cpp | |||
@@ -471,9 +471,9 @@ void LLTextEditor::updateLineStartList(S32 startpos) | |||
471 | } | 471 | } |
472 | 472 | ||
473 | // if scrolled to bottom, stay at bottom | 473 | // if scrolled to bottom, stay at bottom |
474 | // unless user is editing text | 474 | // unless user is selecting text |
475 | // do this after updating page size | 475 | // do this after updating page size |
476 | if (mScrolledToBottom && mTrackBottom && !hasFocus()) | 476 | if (mScrolledToBottom && mTrackBottom && !hasMouseCapture()) |
477 | { | 477 | { |
478 | endOfDoc(); | 478 | endOfDoc(); |
479 | } | 479 | } |