1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Make settings textboxes commit on focus lost

This commit is contained in:
Dean Herbert 2019-11-14 14:19:55 +09:00
parent 4adf967801
commit bf567e6df5

View File

@ -12,6 +12,7 @@ namespace osu.Game.Overlays.Settings
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true,
};
}
}