1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 01:42:59 +08:00

Merge pull request #4121 from chrisny286/Fix-OsuSliderBar-tooltip-not-updating-in-special-case

Fix Tooltip not updating in special case
This commit is contained in:
Dean Herbert 2019-01-23 12:39:34 +09:00 committed by GitHub
commit e614cf0ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,8 +94,8 @@ namespace osu.Game.Graphics.UserInterface
protected override void LoadComplete()
{
updateTooltipText(Current.Value);
base.LoadComplete();
CurrentNumber.BindValueChanged(updateTooltipText, true);
}
protected override bool OnHover(HoverEvent e)