mirror of
https://github.com/ppy/osu
synced 2025-01-02 20:32:10 +00:00
Merge pull request #29485 from Joehuu/fix-carousel-panel-hover
Fix beatmap carousel panels not blocking hover of other panels in song select
This commit is contained in:
commit
07929b440a
@ -166,6 +166,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e) => true;
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
Loading…
Reference in New Issue
Block a user