1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 02:53:38 +08:00

Merge pull request #36794 from peppy/fix-tooltips-not-displaying-custom

Fix offset slider no longer showing explanatory tooltip correctly
This commit is contained in:
Bartłomiej Dach
2026-03-03 10:32:15 +01:00
committed by GitHub
Unverified
@@ -157,7 +157,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
{
Current = currentNumberInstantaneous,
OnCommit = () => current.Value = currentNumberInstantaneous.Value,
TooltipFormat = TooltipFormat,
TooltipFormat = s => TooltipFormat(s),
DisplayAsPercentage = DisplayAsPercentage,
PlaySamplesOnAdjust = PlaySamplesOnAdjust,
ResetToDefault = () =>