mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename and xmldoc selection completed method
This commit is contained in:
@ -173,7 +173,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
if (isDraggingBlueprint)
|
||||
{
|
||||
UpdateSelection();
|
||||
DragOperationCompleted();
|
||||
|
||||
changeHandler?.EndChange();
|
||||
}
|
||||
@ -182,7 +182,10 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
DragBox.Hide();
|
||||
}
|
||||
|
||||
protected virtual void UpdateSelection()
|
||||
/// <summary>
|
||||
/// Called whenever a drag operation completes, before any change transaction is committed.
|
||||
/// </summary>
|
||||
protected virtual void DragOperationCompleted()
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user