1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 22:22:55 +08:00

Fix status icon flash on first status change

This commit is contained in:
Andrei Zavatski 2020-03-17 02:10:20 +03:00
parent f816479ff8
commit d9d812a8fe

View File

@ -99,6 +99,9 @@ namespace osu.Game.Users
{
base.LoadComplete();
Status.TriggerChange();
// Colour should be applied immediately on first load.
statusIcon.FinishTransforms();
}
protected override bool OnHover(HoverEvent e)