mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:02:55 +08:00
Ensure setup screen text boxes commit on losing focus
This commit is contained in:
parent
c273b9dcb3
commit
7f9a5f5f0d
@ -46,6 +46,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
|
|
||||||
protected override OsuTextBox CreateComponent() => new OsuTextBox
|
protected override OsuTextBox CreateComponent() => new OsuTextBox
|
||||||
{
|
{
|
||||||
|
CommitOnFocusLost = true,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user