removed the dead code which was moved up in previous commit. it is actually just that, dead code, moving it up reintruduces bleeding in menus.

This commit is contained in:
omegablast2002@yahoo.com
2012-03-23 23:31:54 +00:00
parent 4f2ad781c0
commit 41e608785f

View File

@@ -210,7 +210,6 @@ float SimpleButton::GetEnlargedWidth()
mFont->SetScale(SCALE_SELECTED);
if(mText.size() < 20)
mFont->SetScale(SCALE_SELECTED_LARGE);
mFont->SetScale(backup);
return mFont->GetStringWidth(mText.c_str());
}