mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
replace as requested
This commit is contained in:
parent
47181cf5d7
commit
fe5d34a657
@ -96,7 +96,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
updateTooltipText(Current.Value);
|
||||
base.LoadComplete();
|
||||
CurrentNumber.ValueChanged += updateTooltipText;
|
||||
CurrentNumber.BindValueChanged(updateTooltipText, true);
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user