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:
@@ -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 = () =>
|
||||
|
||||
Reference in New Issue
Block a user