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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user