1
0
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:
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.ShowBar();
return base.OnHover(e);
return true;
}
protected override bool OnMouseMove(MouseMoveEvent e)