1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Fix background colour of dropdown menu item area.

This commit is contained in:
Dean Herbert 2017-02-03 19:23:14 +09:00
parent 4504440f80
commit 9f9278c837
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3778b29ad0c70851cbf9dc68a9a5fb6b93aabbdc
Subproject commit 6c5e22b0ee4ffd4a58d209bc3c936a73e56a7300

View File

@ -9,6 +9,7 @@ using System.Reflection;
using osu.Framework.Graphics.Transformations;
using osu.Framework.Graphics.UserInterface;
using OpenTK;
using OpenTK.Graphics;
namespace osu.Game.Graphics.UserInterface
{
@ -31,6 +32,7 @@ namespace osu.Game.Graphics.UserInterface
{
//TODO: breaks padding; figure why.
//ContentContainer.CornerRadius = 4;
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
}
protected override void AnimateOpen()