diff options
| -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())  		{ | 
