Add temporary fix for tournament song bar disappearance

This commit is contained in:
smoogipoo 2020-06-15 18:42:16 +09:00
parent c09868780e
commit d57b58a7dd
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ private void load()
flow = new FillFlowContainer
{
RelativeSizeAxes = Axes.X,
// Todo: This is a hack for https://github.com/ppy/osu-framework/issues/3617 since this container is at the very edge of the screen and potentially initially masked away.
Height = 1,
AutoSizeAxes = Axes.Y,
LayoutDuration = 500,
LayoutEasing = Easing.OutQuint,