1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:09:53 +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
Unverified
@@ -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,