mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 05:52:54 +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()
|
protected override void PopIn()
|
||||||
{
|
{
|
||||||
search.HoldFocus = true;
|
search.HoldFocus = true;
|
||||||
Schedule(() => search.TriggerFocus());
|
Schedule(() => search.TriggerOnFocus());
|
||||||
|
|
||||||
FadeIn(100, EasingTypes.OutQuint);
|
FadeIn(100, EasingTypes.OutQuint);
|
||||||
MoveToY(0, 800, EasingTypes.OutQuint);
|
MoveToY(0, 800, EasingTypes.OutQuint);
|
||||||
|
Loading…
Reference in New Issue
Block a user