Skip to content
Snippets Groups Projects
Commit ba32b72a authored by Leslie Linden's avatar Leslie Linden
Browse files

Mac build fix -- added missing enumeration from switch

parent e328dcf4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment