Refocus the multiplayer password entry textbox on failed join

This commit is contained in:
Dean Herbert
2021-09-17 18:23:36 +09:00
parent a1f587f2c5
commit 027912d4f6

View File

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