diff options
| -rw-r--r-- | indra/llui/lltextbase.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 5fe90e1ee3..e2d9a6cb81 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -2409,6 +2409,9 @@ void LLTextBase::updateRects()  		case LLFontGL::BOTTOM:  			delta_pos = mVisibleTextRect.mBottom - mTextBoundingRect.mBottom;  			break; +		case LLFontGL::BASELINE: +			// do nothing +			break;  		}  		// move line segments to fit new document rect  		for (line_list_t::iterator it = mLineInfoList.begin(); it != mLineInfoList.end(); ++it) | 
