aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/lltexteditor.cpp4
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 }