1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 03:39:53 +08:00

Fix TabControl wasn't on top of everything

This commit is contained in:
Andrei Zavatski
2019-12-26 22:16:20 +03:00
Unverified
parent a1c91af095
commit e360aa4588
+1
View File
@@ -78,6 +78,7 @@ namespace osu.Game.Overlays
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Depth = -float.MaxValue,
Children = new Drawable[]
{
controlBackground = new Box