mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 04:53:12 +08:00
Merge pull request #3668 from peppy/fix-path-control-point-drag
Fix not being able to drag control points mid-snake
This commit is contained in:
commit
edd7feda20
@ -52,7 +52,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Layers
|
|||||||
AddMaskFor(obj);
|
AddMaskFor(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
maskContainer.DeselectAll();
|
maskContainer.DeselectAll();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user