mirror of
https://github.com/ppy/osu
synced 2025-03-21 18:38:25 +00: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:
commit
e614cf0ed2
@ -94,8 +94,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
updateTooltipText(Current.Value);
|
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
CurrentNumber.BindValueChanged(updateTooltipText, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnHover(HoverEvent e)
|
protected override bool OnHover(HoverEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user