mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Remove unnecessary inheritance
This commit is contained in:
parent
6a59088014
commit
164a1a8e6e
@ -19,7 +19,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// <summary>
|
||||
/// An icon with an action upon click that can be disabled.
|
||||
/// </summary>
|
||||
public class TooltipIconButton : ClickableContainer, IHasTooltip
|
||||
public class TooltipIconButton : Container, IHasTooltip
|
||||
{
|
||||
private readonly SpriteIcon icon;
|
||||
private SampleChannel sampleHover;
|
||||
|
Loading…
Reference in New Issue
Block a user