TestCase buttons + minor fixes

This commit is contained in:
Adonais Romero González
2016-10-07 17:15:36 -05:00
parent 7277cf5af1
commit a3b4a34a1a
3 changed files with 11 additions and 72 deletions

View File

@ -258,7 +258,7 @@ namespace osu.Game.Graphics.UserInterface
}
}
protected void updateTextSize()
protected virtual void updateTextSize()
{
if (countSpriteText != null)
countSpriteText.TextSize = TextSize;