mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Don't block clicks when dragging osu! logo
This commit is contained in:
parent
652e022fd6
commit
22e9620211
@ -405,6 +405,8 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
private class DragContainer : Container
|
private class DragContainer : Container
|
||||||
{
|
{
|
||||||
|
public override bool DragBlocksClick => false;
|
||||||
|
|
||||||
protected override bool OnDragStart(DragStartEvent e) => true;
|
protected override bool OnDragStart(DragStartEvent e) => true;
|
||||||
|
|
||||||
protected override void OnDrag(DragEvent e)
|
protected override void OnDrag(DragEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user