Make drag handles not pop into existence

This commit is contained in:
smoogipoo 2020-02-04 17:00:36 +09:00
parent e4e0a26b62
commit b6cfb987f3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
@ -66,6 +66,7 @@ private void load(OsuColour colours, LocalisationManager localisation)
Origin = Anchor.CentreLeft,
Size = new Vector2(12),
Colour = colours.Gray5,
AlwaysPresent = true,
Alpha = 0
},
text = new OsuTextFlowContainer