mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 23:30:51 +08:00
Ensure setup screen text boxes commit on losing focus
This commit is contained in:
@@ -46,6 +46,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
protected override OsuTextBox CreateComponent() => new OsuTextBox
|
||||
{
|
||||
CommitOnFocusLost = true,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
|
||||
Reference in New Issue
Block a user