mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Make settings textboxes commit on focus lost
This commit is contained in:
parent
4adf967801
commit
bf567e6df5
@ -12,6 +12,7 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
Margin = new MarginPadding { Top = 5 },
|
||||
RelativeSizeAxes = Axes.X,
|
||||
CommitOnFocusLost = true,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user