mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 02:17:34 +09: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();
|
base.LoadComplete();
|
||||||
Status.TriggerChange();
|
Status.TriggerChange();
|
||||||
|
|
||||||
|
// Colour should be applied immediately on first load.
|
||||||
|
statusIcon.FinishTransforms();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnHover(HoverEvent e)
|
protected override bool OnHover(HoverEvent e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user