mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix IconButton sometimes not recolourising
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
set
|
||||
{
|
||||
iconColour = value;
|
||||
icon.Colour = value;
|
||||
icon.FadeColour(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user