mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09: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();
|
base.LoadComplete();
|
||||||
|
|
||||||
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
ScheduleAfterChildren(() => GetContainingInputManager().ChangeFocus(passwordTextBox));
|
||||||
passwordTextBox.OnCommit += (_, __) => performJoin();
|
passwordTextBox.OnCommit += (_, __) => performJoin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user