1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 22:22:55 +08:00

Merge pull request #6847 from peppy/commit-on-focus-lost

Make settings textboxes commit on focus lost
This commit is contained in:
Dan Balasescu 2019-11-15 10:27:40 +09:00 committed by GitHub
commit 1d581b3073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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