mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Update with framework changes
This commit is contained in:
parent
21a8071293
commit
50e50ce67e
@ -150,7 +150,7 @@ namespace osu.Game.Overlays.Chat
|
||||
protected override void PopIn()
|
||||
{
|
||||
search.HoldFocus = true;
|
||||
Schedule(() => search.TriggerFocus());
|
||||
Schedule(() => search.TriggerOnFocus());
|
||||
|
||||
FadeIn(100, EasingTypes.OutQuint);
|
||||
MoveToY(0, 800, EasingTypes.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user