diff options
author | richard <none@none> | 2010-01-06 12:40:44 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-06 12:40:44 -0800 |
commit | a1e342b3f711c7ea23ac60b016c8b4024bf18a4a (patch) | |
tree | db8811781e59231e3cba9f5058adbe72cec64aa7 /indra/llui/llconsole.cpp | |
parent | 7586d8fcfde811cb04fb1c95aa0aa235b8df6aff (diff) | |
parent | 49660730308fb6d5301d1617402a353a21e9d9be (diff) |
merge
Diffstat (limited to 'indra/llui/llconsole.cpp')
-rw-r--r-- | indra/llui/llconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llconsole.cpp b/indra/llui/llconsole.cpp index c9090d388d..e08d93b232 100644 --- a/indra/llui/llconsole.cpp +++ b/indra/llui/llconsole.cpp @@ -330,7 +330,7 @@ void LLConsole::Paragraph::updateLines(F32 screen_width, const LLFontGL* font, b skip_chars = 0; } - U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, TRUE); + U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, LLFontGL::WORD_BOUNDARY_IF_POSSIBLE); if (drawable != 0) { |