1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 18:07:25 +08:00

Remove redundant context menu container

This commit is contained in:
Joseph Madamba 2022-12-26 15:38:07 -08:00
parent 84e3858a86
commit 8bc8b0d0af

View File

@ -9,7 +9,6 @@ using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Colour;
using osu.Game.Graphics.Cursor;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Localisation;
@ -91,11 +90,7 @@ namespace osu.Game.Overlays.BeatmapSet
},
},
},
new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Child = new Container
new Container
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
@ -203,7 +198,6 @@ namespace osu.Game.Overlays.BeatmapSet
},
}
},
},
loading = new LoadingSpinner
{
Anchor = Anchor.Centre,