1
0
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:
Dan Balasescu 2021-05-20 21:03:35 +09:00 committed by GitHub
commit 7845d07dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;