mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
commit
eeb3494f04
@ -1 +1 @@
|
||||
Subproject commit 768dd5dd7d89c680d4089f43df8c7a9fc1f8688c
|
||||
Subproject commit e33e9158a96f0dd72f5c6d94b3778d28e98598da
|
@ -48,6 +48,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public override void Load()
|
||||
{
|
||||
base.Load();
|
||||
|
||||
Add(background = new Box()
|
||||
{
|
||||
Colour = BackgroundUnfocused,
|
||||
@ -96,6 +98,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
protected override void UpdateLayout()
|
||||
{
|
||||
base.UpdateLayout();
|
||||
|
||||
//have to run this after children flow
|
||||
cursorAndLayout.Refresh(delegate
|
||||
{
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using osu.Framework.Framework;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.GameModes.Menu;
|
||||
|
Loading…
Reference in New Issue
Block a user