1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:03:12 +08:00

Explicitly handle hover event

This commit is contained in:
Bartłomiej Dach 2020-02-12 20:35:31 +01:00
parent 9edddbaf46
commit 60a1dad67d

View File

@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Profile
graph.UpdateBallPosition(e.MousePosition.X); graph.UpdateBallPosition(e.MousePosition.X);
graph.ShowBar(); graph.ShowBar();
return base.OnHover(e); return true;
} }
protected override bool OnMouseMove(MouseMoveEvent e) protected override bool OnMouseMove(MouseMoveEvent e)