mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Bring framework up-to-date.
This commit is contained in:
Submodule osu-framework updated: 342214329f...0b60779e35
@ -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,
|
||||
|
Reference in New Issue
Block a user