mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 18:53:21 +08:00
Fix right click context menus appearing in incorrect locations
This commit is contained in:
parent
d9a6a6b245
commit
b1ddb08a4e
@ -9,6 +9,7 @@ using osu.Framework.Graphics;
|
|||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Pooling;
|
using osu.Framework.Graphics.Pooling;
|
||||||
using osu.Framework.Input.Events;
|
using osu.Framework.Input.Events;
|
||||||
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Screens.Select.Carousel
|
namespace osu.Game.Screens.Select.Carousel
|
||||||
{
|
{
|
||||||
@ -27,6 +28,9 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
|
|
||||||
protected readonly Container MovementContainer;
|
protected readonly Container MovementContainer;
|
||||||
|
|
||||||
|
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) =>
|
||||||
|
Header.ReceivePositionalInputAt(screenSpacePos);
|
||||||
|
|
||||||
private CarouselItem item;
|
private CarouselItem item;
|
||||||
|
|
||||||
public CarouselItem Item
|
public CarouselItem Item
|
||||||
|
Loading…
Reference in New Issue
Block a user