mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 06:23:47 +08:00
Update ChangeFocus usage in line with framework changes
This commit is contained in:
@@ -246,7 +246,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
||||
ScheduleAfterChildren(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
||||
passwordTextBox.OnCommit += (_, __) => performJoin();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user