mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Refocus the multiplayer password entry textbox on failed join
This commit is contained in:
parent
a1f587f2c5
commit
027912d4f6
@ -234,6 +234,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
{
|
||||
passwordTextbox.Text = string.Empty;
|
||||
|
||||
GetContainingInputManager().ChangeFocus(passwordTextbox);
|
||||
|
||||
errorText.Text = error;
|
||||
errorText
|
||||
.FadeIn()
|
||||
|
Loading…
Reference in New Issue
Block a user