SelectionBoxDragHandleDisplay -> SelectionBoxDragHandleContainer

This commit is contained in:
Salman Ahmed
2021-04-25 19:59:08 +03:00
parent c58ef4230d
commit 7390a12e4b
2 changed files with 5 additions and 5 deletions

View File

@ -92,7 +92,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
}
}
private SelectionBoxDragHandleDisplay dragHandles;
private SelectionBoxDragHandleContainer dragHandles;
private FillFlowContainer buttons;
public const float BORDER_RADIUS = 3;
@ -161,7 +161,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
},
}
},
dragHandles = new SelectionBoxDragHandleDisplay
dragHandles = new SelectionBoxDragHandleContainer
{
RelativeSizeAxes = Axes.Both,
// ensures that the centres of all drag handles line up with the middle of the selection box border.