mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 20:12:55 +08: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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool OnHover(HoverEvent e) => true;
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
protected override void Dispose(bool isDisposing)
|
||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
Loading…
Reference in New Issue
Block a user