mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 05:27:17 +09:00
Merge pull request #2942 from Joehuu/fix-footer-clicking-area
Fix FooterButton clicking area
This commit is contained in:
commit
dd7ed7d42e
@ -55,6 +55,8 @@ namespace osu.Game.Screens.Select
|
|||||||
private readonly Box box;
|
private readonly Box box;
|
||||||
private readonly Box light;
|
private readonly Box light;
|
||||||
|
|
||||||
|
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => box.ReceiveMouseInputAt(screenSpacePos);
|
||||||
|
|
||||||
public FooterButton()
|
public FooterButton()
|
||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user