1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00

Merge pull request #36281 from peppy/fix-button-colour-wrong-layer

Fix now playing overlay buttons not showing toggle colour correctly
This commit is contained in:
Bartłomiej Dach
2026-01-09 09:28:36 +01:00
committed by GitHub
Unverified
@@ -92,8 +92,7 @@ namespace osu.Game.Graphics.UserInterface
{
base.LoadComplete();
Colour = DimColour;
Enabled.BindValueChanged(_ => this.FadeColour(DimColour, 200, Easing.OutQuint), true);
Enabled.BindValueChanged(_ => content.FadeColour(DimColour, 200, Easing.OutQuint), true);
FinishTransforms(true);
}