mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 04:17:27 +08:00
Merge pull request #12886 from peppy/fix-skin-editor-context-menu-sticking
Fix skin editor context menus not dismissing when clicking away
This commit is contained in:
commit
7845d07dd5
@ -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…
x
Reference in New Issue
Block a user