mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove unnecessary inheritance
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user