1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Merge pull request #10240 from peppy/fix-setup-textbox-commit

Ensure setup screen text boxes commit on losing focus
This commit is contained in:
Dan Balasescu 2020-09-25 14:58:26 +09:00 committed by GitHub
commit f1efc0ba42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,