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

This reverts commit abba49fd8f.
This commit is contained in:
Dean Herbert
2022-03-05 22:37:36 +09:00
parent bbc2b36117
commit 524b8e02ef
10 changed files with 11 additions and 15 deletions

View File

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