diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-03-21 16:18:23 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-03-21 16:18:23 +0200 |
commit | eddcb4385165316831d19d514ecfe5e9edac4234 (patch) | |
tree | 8f7e346487ca4ad347b7a24b4d569da5a8be15a3 /indra/llui | |
parent | 10a3eb049ceb1d0c83d6a79a367448a98a354206 (diff) |
MAINT-7224 Chat logs move down, leaving huge empty space
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 88a5c3a587..f3a99dcef2 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -1522,7 +1522,7 @@ void LLTextBase::reflow() } S32 line_height = 0; - S32 seg_line_offset = line_count; + S32 seg_line_offset = line_count + 1; while(seg_iter != mSegments.end()) { |