mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Explicitly handle hover event
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user