1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 13:44:26 +08:00

Fix now playing overlay buttons not showing toggle colour correctly

Closes https://github.com/ppy/osu/issues/36280.
This commit is contained in:
Dean Herbert
2026-01-09 15:18:29 +09:00
Unverified
parent 2963ebae96
commit 3f577aae60
@@ -93,7 +93,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);
}