Update all usages of OsuSlider.TooltipText overrides to instead implement GetTooltipText

This commit is contained in:
Dean Herbert
2022-03-04 12:16:05 +09:00
parent 5cfa8b8821
commit abba49fd8f
10 changed files with 15 additions and 11 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
private readonly Box rightBox;
private readonly Container nubContainer;
public virtual LocalisableString TooltipText { get; private set; }
public LocalisableString TooltipText { get; private set; }
/// <summary>
/// Whether to format the tooltip as a percentage or the actual value.