Add better focus handling in the login form.

This commit is contained in:
Dean Herbert
2017-03-28 00:05:11 +09:00
parent 13272e6995
commit 768b3c4b4b
2 changed files with 28 additions and 1 deletions

View File

@ -67,6 +67,8 @@ namespace osu.Game.Overlays
optionsSection.Bounding = true;
FadeIn(transition_time, EasingTypes.OutQuint);
optionsSection.TriggerFocus();
}
protected override void PopOut()