replace as requested

This commit is contained in:
chrisny286
2019-01-23 03:25:56 +01:00
parent 47181cf5d7
commit fe5d34a657

View File

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