diff --git a/osu-framework b/osu-framework index 342214329f..0b60779e35 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 342214329f60e73b8e458232390dcb2488e2149f +Subproject commit 0b60779e350bb5c316a5fb0454989ea831001087 diff --git a/osu.Game/Graphics/UserInterface/TextBox.cs b/osu.Game/Graphics/UserInterface/TextBox.cs index 9a1fc58ebb..367cc44e2f 100644 --- a/osu.Game/Graphics/UserInterface/TextBox.cs +++ b/osu.Game/Graphics/UserInterface/TextBox.cs @@ -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,