1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 17:12:56 +08:00

Handle hover explicitly

This commit is contained in:
Bartłomiej Dach 2020-03-05 23:15:53 +01:00
parent bd1dbea6f4
commit 5b0846cb69

View File

@ -72,7 +72,7 @@ namespace osu.Game.Overlays.Profile.Sections
protected override bool OnHover(HoverEvent e) protected override bool OnHover(HoverEvent e)
{ {
fadeBackgroundColour(hover_duration); fadeBackgroundColour(hover_duration);
return base.OnHover(e); return true;
} }
protected override void OnHoverLost(HoverLostEvent e) protected override void OnHoverLost(HoverLostEvent e)