mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +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
|
||||
{
|
||||
[Cached(typeof(SkinEditor))]
|
||||
public class SkinEditor : FocusedOverlayContainer
|
||||
public class SkinEditor : VisibilityContainer
|
||||
{
|
||||
public const double TRANSITION_DURATION = 500;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user