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