diff --git a/osu-framework b/osu-framework index e7796f6060..3811650c08 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit e7796f6060ebaa870bab797521201813f72cc699 +Subproject commit 3811650c08bc47282a373d870e4d2203b38d275d diff --git a/osu.Game/Graphics/UserInterface/Nub.cs b/osu.Game/Graphics/UserInterface/Nub.cs index 4ce25095b9..c8174ef546 100644 --- a/osu.Game/Graphics/UserInterface/Nub.cs +++ b/osu.Game/Graphics/UserInterface/Nub.cs @@ -13,7 +13,7 @@ using osu.Framework.Graphics.UserInterface; namespace osu.Game.Graphics.UserInterface { - class Nub : Container, IStateful + class Nub : CircularContainer, IStateful { public const float COLLAPSED_SIZE = 20; public const float EXPANDED_SIZE = 40; @@ -27,10 +27,6 @@ namespace osu.Game.Graphics.UserInterface { Size = new Vector2(COLLAPSED_SIZE, 12); - Masking = true; - - CornerRadius = Height / 2; - Masking = true; BorderColour = Color4.White; BorderThickness = border_width;