mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Add Schedule
to restore password text box focus behaviour
This commit is contained in:
parent
cc09a8b5ba
commit
9d693c75cf
@ -389,7 +389,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
GetContainingInputManager().ChangeFocus(passwordTextbox);
|
||||
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextbox));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user