diff options
| author | Richard Linden <none@none> | 2012-01-27 17:48:08 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-01-27 17:48:08 -0800 |
| commit | cf02780ddf927a32214b3f4db050f516367d7421 (patch) | |
| tree | ef22778b54efb62a5895602076a3926b58b2cb24 /indra/llui/lltextbase.cpp | |
| parent | bbc265a9d5230603b7ee1b3f974ef27154d8507f (diff) | |
EXP-1513 WIP Underscore ( _ ) fails to show in first chat entry in Local Chat
cleaned up font positioning on buttons
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 0040be45c7..e3c9c3c561 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -2395,8 +2395,8 @@ void LLTextBase::updateRects() } mTextBoundingRect.mTop += mVPad; - // subtract a pixel off the bottom to deal with rounding errors in measuring font height - mTextBoundingRect.mBottom -= 1; + //// subtract a pixel off the bottom to deal with rounding errors in measuring font height + //mTextBoundingRect.mBottom -= 1; S32 delta_pos = -mTextBoundingRect.mBottom; // move line segments to fit new document rect |
