mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 13:27:20 +08:00
Update ChangeFocus
usage in line with framework changes
This commit is contained in:
parent
02f58a82fc
commit
8da0800d7f
@ -246,7 +246,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
||||
ScheduleAfterChildren(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
||||
passwordTextBox.OnCommit += (_, __) => performJoin();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user