mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Fix volume meter not being highlighted when hovering before show
This commit is contained in:
parent
2c6ee0ebf7
commit
9b05bf3a2c
@ -355,6 +355,12 @@ namespace osu.Game.Overlays.Volume
|
||||
return base.OnMouseMove(e);
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
State = SelectionState.Selected;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user