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:
parent
bd1dbea6f4
commit
5b0846cb69
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user