Fix autoproperty which doesn't work on mono.

This commit is contained in:
Dean Herbert
2017-03-09 14:25:49 +09:00
parent da751804b6
commit a048e666d7
4 changed files with 7 additions and 5 deletions

View File

@ -118,7 +118,7 @@ namespace osu.Game.Overlays.Options.Sections.General
PlaceholderText = "Password",
RelativeSizeAxes = Axes.X,
TabbableContentContainer = this,
OnCommit = (TextBox sender, bool newText) => performLogin()
OnCommit = (sender, newText) => performLogin()
},
new OsuCheckbox
{