mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 08:02:54 +08:00
Use Show
instead of Alpha=1
This commit is contained in:
parent
47fe4eb0bd
commit
e43c8e84b0
@ -362,7 +362,7 @@ namespace osu.Game.Overlays.Comments
|
||||
/// </summary>
|
||||
private void makeDeleted()
|
||||
{
|
||||
deletedLabel.Alpha = 1f;
|
||||
deletedLabel.Show();
|
||||
content.FadeColour(OsuColour.Gray(0.5f));
|
||||
votePill.Hide();
|
||||
actionsContainer.Expire();
|
||||
|
Loading…
Reference in New Issue
Block a user