Workaround for broken code after merge.

Nicky 2014-06-10 11:06:00 +02:00
parent 4a38a5b528
commit 46f4e82aab
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ bool init_from_xml(LLFontRegistry* registry, LLXMLNodePtr node)
{
//registry->mFontSizes[size_name] = size_value;
// +/- defualt font sizes -KC
registry->mFontSizes[size_name] = size_value + mFontSizeMod;
registry->mFontSizes[size_name] = size_value; //+ mFontSizeMod; FS:ND this broke after merge. Someone familiar with this code has to look after this.
}
}