Sync llcommon with Alchemy a bit.
llmath::llround->ll_round LL_ICC->LL_INTELC Add llpredicate Add LL_CPP11 macro Remove llhash Update llinitparam, llsd and all relatives of it.
This commit is contained in:
@@ -1167,7 +1167,7 @@ LLTextureCtrl::LLTextureCtrl(
|
||||
S32 image_top = getRect().getHeight();
|
||||
S32 image_bottom = BTN_HEIGHT_SMALL;
|
||||
S32 image_middle = (image_top + image_bottom) / 2;
|
||||
S32 line_height = llmath::llround(LLFontGL::getFontSansSerifSmall()->getLineHeight());
|
||||
S32 line_height = ll_round(LLFontGL::getFontSansSerifSmall()->getLineHeight());
|
||||
|
||||
mTentativeLabel = new LLTextBox( std::string("Multiple"),
|
||||
LLRect(
|
||||
|
||||
Reference in New Issue
Block a user