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:
parent
9edddbaf46
commit
60a1dad67d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user