Bring framework up-to-date.

This commit is contained in:
Dean Herbert
2016-09-11 17:23:43 +09:00
parent be962e681d
commit 375406bc97
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ using osu.Framework.Threading;
namespace osu.Game.Graphics.UserInterface
{
internal class TextBox : MaskingContainer
internal class TextBox : ProcessingContainer
{
private FlowContainer textFlow;
private Box background;
@ -50,6 +50,8 @@ namespace osu.Game.Graphics.UserInterface
{
base.Load();
AddProcessing(new MaskingContainer());
Add(background = new Box()
{
Colour = BackgroundUnfocused,