mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00: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
|
||||
{
|
||||
iconColour = value;
|
||||
icon.Colour = value;
|
||||
icon.FadeColour(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user