mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 18:30:36 +08:00
Fix dragging backwards not deselecting pending selection
This commit is contained in:
@@ -69,6 +69,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Layers
|
||||
{
|
||||
if (mask.IsPresent && rect.Contains(mask.SelectionPoint))
|
||||
mask.Select();
|
||||
else
|
||||
mask.Deselect();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user