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:
parent
f816479ff8
commit
d9d812a8fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user