From ee9f8d5e9252c2311685806a4d77574437c9a980 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 3 Mar 2026 12:59:18 +0900 Subject: [PATCH] Fix custom tooltip formats no longer displaying in settings Closes #36793. --- osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs b/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs index 6f51b94750..7adf691309 100644 --- a/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs +++ b/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs @@ -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 = () =>