mirror of https://github.com/ppy/osu
Make drag handles not pop into existence
This commit is contained in:
parent
e4e0a26b62
commit
b6cfb987f3
|
@ -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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
@ -66,6 +66,7 @@ private void load(OsuColour colours, LocalisationManager localisation)
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Size = new Vector2(12),
|
Size = new Vector2(12),
|
||||||
Colour = colours.Gray5,
|
Colour = colours.Gray5,
|
||||||
|
AlwaysPresent = true,
|
||||||
Alpha = 0
|
Alpha = 0
|
||||||
},
|
},
|
||||||
text = new OsuTextFlowContainer
|
text = new OsuTextFlowContainer
|
||||||
|
|
Loading…
Reference in New Issue