mirror of
https://github.com/osukey/osukey.git
synced 2025-07-23 11:20:03 +09:00
Use Show
instead of Alpha=1
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user