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