1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Fix attributes content being zero size and disappearing after being half off-screen

This commit is contained in:
Joehu 2021-02-08 01:37:34 -08:00
parent 6b26a18a23
commit 5e7823b289

View File

@ -106,6 +106,7 @@ namespace osu.Game.Screens.Edit.Timing
public ControlGroupAttributes(ControlPointGroup group)
{
RelativeSizeAxes = Axes.Both;
InternalChild = fill = new FillFlowContainer
{
RelativeSizeAxes = Axes.Both,