mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Explicitly handle hover event
This commit is contained in:
parent
9edddbaf46
commit
60a1dad67d
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Profile
|
||||
graph.UpdateBallPosition(e.MousePosition.X);
|
||||
graph.ShowBar();
|
||||
|
||||
return base.OnHover(e);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnMouseMove(MouseMoveEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user