Merge branch 'master' into deselect-control-group

This commit is contained in:
Bartłomiej Dach
2022-06-03 00:47:06 +02:00
committed by GitHub
6 changed files with 254 additions and 129 deletions

View File

@ -196,7 +196,7 @@ namespace osu.Game.Screens.Edit.Timing
// Try and create matching types from the currently selected control point.
var selected = selectedGroup.Value;
if (selected != null)
if (selected != null && selected != group)
{
foreach (var controlPoint in selected.ControlPoints)
{