Merge pull request #14782 from peppy/refocus-textbox-on-failed-password

Refocus the multiplayer password entry textbox on failed join
This commit is contained in:
Dan Balasescu
2021-09-17 18:59:09 +09:00
committed by GitHub
2 changed files with 21 additions and 1 deletions

View File

@ -234,6 +234,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
{
passwordTextbox.Text = string.Empty;
GetContainingInputManager().ChangeFocus(passwordTextbox);
errorText.Text = error;
errorText
.FadeIn()