mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix overlay scroll back button not absorbing hover from behind
This commit is contained in:
@ -185,6 +185,8 @@ namespace osu.Game.Overlays
|
|||||||
content.ScaleTo(1, 1000, Easing.OutElastic);
|
content.ScaleTo(1, 1000, Easing.OutElastic);
|
||||||
base.OnMouseUp(e);
|
base.OnMouseUp(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override bool OnHover(HoverEvent e) => true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user