mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 19:33:22 +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>
|
/// </summary>
|
||||||
private void makeDeleted()
|
private void makeDeleted()
|
||||||
{
|
{
|
||||||
deletedLabel.Alpha = 1f;
|
deletedLabel.Show();
|
||||||
content.FadeColour(OsuColour.Gray(0.5f));
|
content.FadeColour(OsuColour.Gray(0.5f));
|
||||||
votePill.Hide();
|
votePill.Hide();
|
||||||
actionsContainer.Expire();
|
actionsContainer.Expire();
|
||||||
|
Loading…
Reference in New Issue
Block a user