mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00:00
Fix sliders don't show tooltip until first change
This commit is contained in:
parent
38ddf3af56
commit
6bfae52305
@ -92,6 +92,12 @@ namespace osu.Game.Graphics.UserInterface
|
||||
AccentColour = colours.Pink;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
updateTooltipText(Current.Value);
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
Nub.Glowing = true;
|
||||
|
Loading…
Reference in New Issue
Block a user