mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 06:42:54 +08:00
Fix skin editor context menus not dismissing when clicking away
This commit is contained in:
parent
b5ef4b608b
commit
1848bd902d
@ -19,7 +19,7 @@ using osuTK;
|
|||||||
namespace osu.Game.Skinning.Editor
|
namespace osu.Game.Skinning.Editor
|
||||||
{
|
{
|
||||||
[Cached(typeof(SkinEditor))]
|
[Cached(typeof(SkinEditor))]
|
||||||
public class SkinEditor : FocusedOverlayContainer
|
public class SkinEditor : VisibilityContainer
|
||||||
{
|
{
|
||||||
public const double TRANSITION_DURATION = 500;
|
public const double TRANSITION_DURATION = 500;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user