mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Handle hover explicitly
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
fadeBackgroundColour(hover_duration);
|
||||
return base.OnHover(e);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
|
Reference in New Issue
Block a user