mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 04:14:26 +08:00
replace as requested
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user