Fix IconButton sometimes not recolourising

This commit is contained in:
smoogipoo 2020-09-02 22:02:50 +09:00
parent 02a908752f
commit 6862571672

View File

@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
set
{
iconColour = value;
icon.Colour = value;
icon.FadeColour(value);
}
}