mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 23:57:25 +08:00
Fix IconButton sometimes not recolourising
This commit is contained in:
parent
02a908752f
commit
6862571672
@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
iconColour = value;
|
iconColour = value;
|
||||||
icon.Colour = value;
|
icon.FadeColour(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user