Skip to content

Commit

Permalink
Merge pull request ppy#29485 from Joehuu/fix-carousel-panel-hover
Browse files Browse the repository at this point in the history
Fix beatmap carousel panels not blocking hover of other panels in song select
  • Loading branch information
peppy authored Aug 18, 2024
2 parents ba4956a + 6dd08e9 commit 07929b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game/Screens/Select/Carousel/DrawableCarouselItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ protected override bool OnClick(ClickEvent e)
return true;
}

protected override bool OnHover(HoverEvent e) => true;

protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
Expand Down

0 comments on commit 07929b4

Please sign in to comment.