mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09: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