mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix background colour of dropdown menu item area.
This commit is contained in:
Submodule osu-framework updated: 3778b29ad0...6c5e22b0ee
@ -9,6 +9,7 @@ using System.Reflection;
|
|||||||
using osu.Framework.Graphics.Transformations;
|
using osu.Framework.Graphics.Transformations;
|
||||||
using osu.Framework.Graphics.UserInterface;
|
using osu.Framework.Graphics.UserInterface;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
|
using OpenTK.Graphics;
|
||||||
|
|
||||||
namespace osu.Game.Graphics.UserInterface
|
namespace osu.Game.Graphics.UserInterface
|
||||||
{
|
{
|
||||||
@ -31,6 +32,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
//TODO: breaks padding; figure why.
|
//TODO: breaks padding; figure why.
|
||||||
//ContentContainer.CornerRadius = 4;
|
//ContentContainer.CornerRadius = 4;
|
||||||
|
ContentBackground.Colour = Color4.Black.Opacity(0.5f);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void AnimateOpen()
|
protected override void AnimateOpen()
|
||||||
|
Reference in New Issue
Block a user